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}
diff --git a/ipc/ipc_mojo_message_helper.cc b/ipc/ipc_mojo_message_helper.cc
index f317095..460e04f 100644
--- a/ipc/ipc_mojo_message_helper.cc
+++ b/ipc/ipc_mojo_message_helper.cc
@@ -6,6 +6,7 @@
#include <utility>
+#include "base/logging.h"
#include "ipc/ipc_mojo_handle_attachment.h"
namespace IPC {