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 {