commit | 8586102b48a409c634250f31c3fc7bdde5ec3db0 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <[email protected]> | Tue May 05 13:43:29 2020 |
committer | Commit Bot <[email protected]> | Tue May 05 13:43:29 2020 |
tree | 77e18075754e5a08a8551a901f1525d112e28c76 | |
parent | fa443b13734f58cedeed749ee3378eab826d2198 [diff] [blame] |
Remove/replace unnecessary logging.h includes in .cc files (ui) 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: I7096b8bd249ab230f558bdf009b4c4c6ecfa5558 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164514 Commit-Queue: Mike West <[email protected]> Reviewed-by: Mike West <[email protected]> Reviewed-by: Sadrul Chowdhury <[email protected]> Auto-Submit: Hans Wennborg <[email protected]> Cr-Commit-Position: refs/heads/master@{#765519}
diff --git a/ui/display/screen_android.cc b/ui/display/screen_android.cc index cfb5643..4f13d4e 100644 --- a/ui/display/screen_android.cc +++ b/ui/display/screen_android.cc
@@ -4,7 +4,7 @@ #include "ui/display/screen.h" -#include "base/logging.h" +#include "base/notreached.h" namespace display {