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

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

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: I4a1e3c4bfe1e1bdf32f1dc9078aed46e5c885c89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249838
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779989}
parent 2d12b056
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <utility> #include <utility>
#include <vector> #include <vector>
#include "base/logging.h"
#include "base/metrics/statistics_recorder.h" #include "base/metrics/statistics_recorder.h"
namespace cr_fuchsia { namespace cr_fuchsia {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include <limits> #include <limits>
#include "base/notreached.h"
#include "ui/events/event.h" #include "ui/events/event.h"
namespace { namespace {
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "fuchsia/engine/common/web_engine_content_client.h" #include "fuchsia/engine/common/web_engine_content_client.h"
#include "base/command_line.h" #include "base/command_line.h"
#include "base/notreached.h"
#include "fuchsia/base/fuchsia_dir_scheme.h" #include "fuchsia/base/fuchsia_dir_scheme.h"
#include "fuchsia/engine/switches.h" #include "fuchsia/engine/switches.h"
#include "ui/base/l10n/l10n_util.h" #include "ui/base/l10n/l10n_util.h"
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include <utility> #include <utility>
#include "base/check.h"
#include "base/fuchsia/fuchsia_logging.h" #include "base/fuchsia/fuchsia_logging.h"
#include "base/logging.h"
ApplicationControllerImpl::ApplicationControllerImpl( ApplicationControllerImpl::ApplicationControllerImpl(
fuchsia::web::Frame* frame, fuchsia::web::Frame* frame,
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include "base/callback.h" #include "base/callback.h"
#include "base/files/file_path.h" #include "base/files/file_path.h"
#include "base/files/file_util.h" #include "base/files/file_util.h"
#include "base/logging.h"
#include "base/macros.h" #include "base/macros.h"
#include "base/path_service.h" #include "base/path_service.h"
#include "base/strings/string_piece.h" #include "base/strings/string_piece.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