commit | f6ad69c1cd9d0e0fb9e91a09c230a8d06fad4666 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <[email protected]> | Thu Jun 18 18:02:32 2020 |
committer | Commit Bot <[email protected]> | Thu Jun 18 18:02:32 2020 |
tree | ef8b3442c2403add4146ada3d3e939af782f0735 | |
parent | a45746e84dc4703e204354fc8af95d1e4fa3b5ce [diff] [blame] |
Include-what-you-use related to logging.h (chrome) 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: I892ab5d05fe410447fa61541a32285dcb535db0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249798 Auto-Submit: Hans Wennborg <[email protected]> Commit-Queue: Nico Weber <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/master@{#779903}
diff --git a/chrome/browser/net/probe_message.cc b/chrome/browser/net/probe_message.cc index 4ab7e3e..597aee112 100644 --- a/chrome/browser/net/probe_message.cc +++ b/chrome/browser/net/probe_message.cc
@@ -8,6 +8,7 @@ #include <string> +#include "base/check_op.h" #include "base/logging.h" namespace chrome_browser_net {