From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/components/url_pattern_index/closed_hash_map.h | 2 +- chromium/components/url_pattern_index/ngram_extractor.h | 2 +- chromium/components/url_pattern_index/string_splitter.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chromium/components/url_pattern_index') diff --git a/chromium/components/url_pattern_index/closed_hash_map.h b/chromium/components/url_pattern_index/closed_hash_map.h index a91cfb2dd2a..0d2a7298886 100644 --- a/chromium/components/url_pattern_index/closed_hash_map.h +++ b/chromium/components/url_pattern_index/closed_hash_map.h @@ -15,7 +15,7 @@ #include #include "base/bits.h" -#include "base/logging.h" +#include "base/check_op.h" #include "base/macros.h" #include "base/numerics/safe_conversions.h" diff --git a/chromium/components/url_pattern_index/ngram_extractor.h b/chromium/components/url_pattern_index/ngram_extractor.h index 4c13198ec2e..0459d4b6f8f 100644 --- a/chromium/components/url_pattern_index/ngram_extractor.h +++ b/chromium/components/url_pattern_index/ngram_extractor.h @@ -10,7 +10,7 @@ #include #include -#include "base/logging.h" +#include "base/check_op.h" #include "base/strings/string_piece.h" #include "base/strings/string_util.h" diff --git a/chromium/components/url_pattern_index/string_splitter.h b/chromium/components/url_pattern_index/string_splitter.h index 5ab4691a4ea..687870a4e62 100644 --- a/chromium/components/url_pattern_index/string_splitter.h +++ b/chromium/components/url_pattern_index/string_splitter.h @@ -7,7 +7,7 @@ #include -#include "base/logging.h" +#include "base/check_op.h" #include "base/strings/string_piece.h" namespace url_pattern_index { -- cgit v1.2.1