Remove/replace unnecessary logging.h includes in .mm files (misc dirs)
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 .mm files to use those headers instead when
possible, with the purpose of saving compile time.
(See https://crrev.com/c/2164525 for how the change was generated.)
AX-Relnotes: n/a
Bug: 1031540
Change-Id: I5fdba43cc002b236ef8497e8b3ef9312f5282a6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2196162
Auto-Submit: Hans Wennborg <hans@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: Paul Jensen <pauljensen@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Sylvain Defresne <sdefresne@chromium.org>
Reviewed-by: Jamie Walch <jamiewalch@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Camille Lamy <clamy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#768820}