Commit bab102e7 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Include-what-you-use related to logging.h (mojo)

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.

Bug: 1031540
Change-Id: I439d719e7ae034b755e38d6034fa00fda9272262
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249839
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarOksana Zhuravlova <oksamyt@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779710}
parent d10150de
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <utility> #include <utility>
#include "base/debug/alias.h" #include "base/debug/alias.h"
#include "base/logging.h"
#include "base/memory/platform_shared_memory_region.h" #include "base/memory/platform_shared_memory_region.h"
#include "base/numerics/safe_conversions.h" #include "base/numerics/safe_conversions.h"
#include "base/strings/string_piece.h" #include "base/strings/string_piece.h"
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <limits> #include <limits>
#include <utility> #include <utility>
#include "base/logging.h"
#include "base/macros.h" #include "base/macros.h"
#include "base/memory/aligned_memory.h" #include "base/memory/aligned_memory.h"
#include "base/memory/ptr_util.h" #include "base/memory/ptr_util.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include "base/containers/queue.h" #include "base/containers/queue.h"
#include "base/debug/activity_tracker.h" #include "base/debug/activity_tracker.h"
#include "base/location.h" #include "base/location.h"
#include "base/logging.h"
#include "base/macros.h" #include "base/macros.h"
#include "base/memory/ref_counted.h" #include "base/memory/ref_counted.h"
#include "base/message_loop/message_loop_current.h" #include "base/message_loop/message_loop_current.h"
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "mojo/core/data_pipe_control_message.h" #include "mojo/core/data_pipe_control_message.h"
#include "base/logging.h"
#include "mojo/core/node_controller.h" #include "mojo/core/node_controller.h"
#include "mojo/core/ports/event.h" #include "mojo/core/ports/event.h"
#include "mojo/core/user_message_impl.h" #include "mojo/core/user_message_impl.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include "base/lazy_instance.h" #include "base/lazy_instance.h"
#include "base/logging.h" #include "base/logging.h"
#include "base/memory/ref_counted.h" #include "base/memory/ref_counted.h"
#include "base/notreached.h"
#include "base/optional.h" #include "base/optional.h"
#include "base/synchronization/lock.h" #include "base/synchronization/lock.h"
#include "base/threading/thread_local.h" #include "base/threading/thread_local.h"
......
...@@ -8,11 +8,13 @@ ...@@ -8,11 +8,13 @@
#include <cstdint> #include <cstdint>
#include <cstring> #include <cstring>
#include "base/check_op.h"
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "base/files/file_path.h" #include "base/files/file_path.h"
#include "base/logging.h" #include "base/logging.h"
#include "base/macros.h" #include "base/macros.h"
#include "base/no_destructor.h" #include "base/no_destructor.h"
#include "base/notreached.h"
#include "base/strings/string_piece.h" #include "base/strings/string_piece.h"
#include "build/build_config.h" #include "build/build_config.h"
#include "mojo/public/c/system/core.h" #include "mojo/public/c/system/core.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "base/files/file_util.h" #include "base/files/file_util.h"
#include "base/logging.h" #include "base/logging.h"
#include "base/notreached.h"
#include "base/posix/eintr_wrapper.h" #include "base/posix/eintr_wrapper.h"
#include "build/build_config.h" #include "build/build_config.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment