aboutsummaryrefslogtreecommitdiff
path: root/rel32_finder_unittest.cc
diff options
context:
space:
mode:
authorHans Wennborg <hans@chromium.org>2020-04-28 11:06:24 +0000
committerCopybara-Service <copybara-worker@google.com>2021-07-25 21:04:11 -0700
commit5a340be6734e4615865e79cca0114ae48c72284f (patch)
tree6dd88216196356b5cb2cc1d468082963ba7eaf9a /rel32_finder_unittest.cc
parent14fcdf0f966170d2810ceff0cea66826a942e877 (diff)
downloadzucchini-5a340be6734e4615865e79cca0114ae48c72284f.tar.gz
Remove/replace unnecessary logging.h includes in .cc files (components)
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: I1c0c8450be6320577ebebe39a2cb1abc692fe8b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164613 Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by: Ted Choc <tedchoc@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#763287} NOKEYCHECK=True GitOrigin-RevId: df87046cb8ae4dbd62cda6e56d317016a6fa02c7
Diffstat (limited to 'rel32_finder_unittest.cc')
-rw-r--r--rel32_finder_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel32_finder_unittest.cc b/rel32_finder_unittest.cc
index c32f814..9da88bf 100644
--- a/rel32_finder_unittest.cc
+++ b/rel32_finder_unittest.cc
@@ -13,8 +13,8 @@
#include <utility>
#include <vector>
+#include "base/check_op.h"
#include "base/format_macros.h"
-#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "components/zucchini/buffer_view.h"
#include "components/zucchini/image_utils.h"