summaryrefslogtreecommitdiff
path: root/chromium/components/reputation
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-26 13:57:00 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-11-02 11:31:01 +0000
commit1943b3c2a1dcee36c233724fc4ee7613d71b9cf6 (patch)
tree8c1b5f12357025c197da5427ae02cfdc2f3570d6 /chromium/components/reputation
parent21ba0c5d4bf8fba15dddd97cd693bad2358b77fd (diff)
downloadqtwebengine-chromium-1943b3c2a1dcee36c233724fc4ee7613d71b9cf6.tar.gz
BASELINE: Update Chromium to 94.0.4606.111
Change-Id: I924781584def20fc800bedf6ff41fdb96c438193 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/reputation')
-rw-r--r--chromium/components/reputation/core/BUILD.gn2
-rw-r--r--chromium/components/reputation/core/safety_tips_config.cc2
-rw-r--r--chromium/components/reputation/core/safety_tips_config.h1
-rw-r--r--chromium/components/reputation/core/safety_tips_config_unittest.cc1
4 files changed, 2 insertions, 4 deletions
diff --git a/chromium/components/reputation/core/BUILD.gn b/chromium/components/reputation/core/BUILD.gn
index 7cfc7a74c5c..53ff4b02417 100644
--- a/chromium/components/reputation/core/BUILD.gn
+++ b/chromium/components/reputation/core/BUILD.gn
@@ -17,7 +17,7 @@ static_library("core") {
]
deps = [
":proto",
- "//components/safe_browsing/core/db:v4_protocol_manager_util",
+ "//components/safe_browsing/core/browser/db:v4_protocol_manager_util",
"//components/security_state/core",
"//third_party/re2",
"//url",
diff --git a/chromium/components/reputation/core/safety_tips_config.cc b/chromium/components/reputation/core/safety_tips_config.cc
index a3ef88661d5..15149e44775 100644
--- a/chromium/components/reputation/core/safety_tips_config.cc
+++ b/chromium/components/reputation/core/safety_tips_config.cc
@@ -6,7 +6,7 @@
#include "base/no_destructor.h"
#include "base/ranges/algorithm.h"
-#include "components/safe_browsing/core/db/v4_protocol_manager_util.h"
+#include "components/safe_browsing/core/browser/db/v4_protocol_manager_util.h"
#include "third_party/re2/src/re2/re2.h"
#include "url/gurl.h"
diff --git a/chromium/components/reputation/core/safety_tips_config.h b/chromium/components/reputation/core/safety_tips_config.h
index 9d0d406bb5e..67cd7932e26 100644
--- a/chromium/components/reputation/core/safety_tips_config.h
+++ b/chromium/components/reputation/core/safety_tips_config.h
@@ -7,7 +7,6 @@
#include <memory>
#include <string>
-#include <vector>
#include "components/reputation/core/safety_tips.pb.h"
#include "components/security_state/core/security_state.h"
diff --git a/chromium/components/reputation/core/safety_tips_config_unittest.cc b/chromium/components/reputation/core/safety_tips_config_unittest.cc
index 4c7756e8f2d..85ca115c510 100644
--- a/chromium/components/reputation/core/safety_tips_config_unittest.cc
+++ b/chromium/components/reputation/core/safety_tips_config_unittest.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <vector>
#include "components/reputation/core/safety_tips_config.h"