Include-what-you-use related to logging.h (ipc)
Add direct includes for things provided transitively by logging.h (or by other headers including logging.h). This is in preparation for cleaning up unnecessary includes of logging.h in header files (so if something depends on logging.h, it needs include it explicitly), and for when logging.h no longer includes check.h, check_op.h, and notreached.h. TBR=kinuko Bug: 1031540 Change-Id: I11f6bd375b17f0d62f50c960756c07dd20d102e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247895 Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#779370}
This commit is contained in:

committed by
Commit Bot

parent
36a58e2375
commit
2439759cde
@ -6,6 +6,7 @@
|
||||
|
||||
#include "base/files/scoped_file.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/notreached.h"
|
||||
#include "ipc/ipc_mojo_handle_attachment.h"
|
||||
#include "mojo/public/cpp/system/platform_handle.h"
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/json/json_writer.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "base/strings/nullable_string16.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "ipc/ipc_mojo_handle_attachment.h"
|
||||
|
||||
namespace IPC {
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "ipc/ipc_mojo_param_traits.h"
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "ipc/ipc_message_utils.h"
|
||||
#include "ipc/ipc_mojo_handle_attachment.h"
|
||||
#include "ipc/ipc_mojo_message_helper.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "ipc/message_router.h"
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "ipc/ipc_message.h"
|
||||
|
||||
namespace IPC {
|
||||
|
Reference in New Issue
Block a user