0

Remove/replace unnecessary logging.h includes in .cc files (cloud_print)

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: I0ca695f1d63c59cff6d5b2d24cafc65fdcf83ab4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164509
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762475}
This commit is contained in:
Hans Wennborg
2020-04-24 20:23:14 +00:00
committed by Commit Bot
parent 4d0e180864
commit 45bd39cadb
2 changed files with 0 additions and 2 deletions
cloud_print/virtual_driver/win

@ -15,7 +15,6 @@
#include "base/at_exit.h"
#include "base/command_line.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/process/process_info.h"
#include "base/strings/string16.h"
#include "base/win/registry.h"

@ -8,7 +8,6 @@
#include <winspool.h>
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/strings/string16.h"
#include "base/win/windows_version.h"
#include "cloud_print/common/win/cloud_print_utils.h"