commit | 1790e6b1f6ce87b29ef6194d9e3dfae64a531226 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <[email protected]> | Fri Apr 24 19:10:33 2020 |
committer | Commit Bot <[email protected]> | Fri Apr 24 19:10:33 2020 |
tree | fe253dd78b3b781ec661d9d36f6030f7fccdd637 | |
parent | 326ed2e28fa0b99c93cbd5b7c78f96e1e8182e83 [diff] [blame] |
Remove/replace unnecessary logging.h includes in .cc files (chrome) CHECK, CHECK_EQ etc., and NOTREACHED/NOTIMPLEMENTED have moved to the much smaller headers check.h, check_op.h, and notreached.h, respectively. This CL updates .cc files to use those headers instead when possible, with the purpose of saving compile time. (Split out from https://crrev.com/c/2164525 which also has notes on how the change was generated.) Bug: 1031540 Change-Id: I3c09f222226736ddb8d69b8e86276c4292ba8d6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164891 Commit-Queue: Hans Wennborg <[email protected]> Commit-Queue: Nico Weber <[email protected]> Auto-Submit: Hans Wennborg <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/master@{#762433}
diff --git a/chrome/browser/download/download_query_unittest.cc b/chrome/browser/download/download_query_unittest.cc index b897a6e..167b673 100644 --- a/chrome/browser/download/download_query_unittest.cc +++ b/chrome/browser/download/download_query_unittest.cc
@@ -12,8 +12,8 @@ #include <string> #include "base/bind.h" +#include "base/check.h" #include "base/files/file_path.h" -#include "base/logging.h" #include "base/macros.h" #include "base/strings/string16.h" #include "base/time/time.h"