Commit e31d252f authored by Hans Wennborg's avatar Hans Wennborg

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

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: Ia7798c8bba2eaf5c5bb27b27a9fd8a89ed19ff5a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248574
Auto-Submit: Hans Wennborg <hans@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780224}
parent 293cb9bd
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include <windows.h> #include <windows.h>
#include "base/logging.h"
#include "base/win/registry.h" #include "base/win/registry.h"
namespace cloud_print { namespace cloud_print {
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include "base/file_version_info.h" #include "base/file_version_info.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/path_service.h" #include "base/path_service.h"
#include "base/process/launch.h" #include "base/process/launch.h"
#include "base/win/current_module.h" #include "base/win/current_module.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