| commit | 46a1cad334526b9c94098773058db09440a1f30e | [log] [tgz] |
|---|---|---|
| author | Lei Zhang <[email protected]> | Mon Jan 17 10:40:31 2022 |
| committer | Chromium LUCI CQ <[email protected]> | Mon Jan 17 10:40:31 2022 |
| tree | 1ee11a98ea7f9008de00d31e00b4238736bb56ac | |
| parent | c4e626e6e69df799b44747ad52aa4e4346eca1c3 [diff] [blame] |
Include base/logging.h conditionally in browser_thread.h. Only include it when needed. Thus forcing more files to include what they use. Change-Id: I6fead9fa261254bbc5d4d9b855083637b66a8d2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3374146 Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Peter Kvitek <[email protected]> Auto-Submit: Lei Zhang <[email protected]> Reviewed-by: Mathias Carlen <[email protected]> Commit-Queue: Mathias Carlen <[email protected]> Cr-Commit-Position: refs/heads/main@{#959999}
diff --git a/chrome/browser/memory_details_win.cc b/chrome/browser/memory_details_win.cc index f1fc41bd..3ae7fb5 100644 --- a/chrome/browser/memory_details_win.cc +++ b/chrome/browser/memory_details_win.cc
@@ -16,6 +16,7 @@ #include "base/bind.h" #include "base/file_version_info.h" #include "base/files/file_path.h" +#include "base/logging.h" #include "base/path_service.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h"