Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: components/subresource_filter/core/common/BUILD.gn

Issue 2733833002: Change logic for recording redirect pattern histograms. (Closed)
Patch Set: fix deps Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/subresource_filter/core/common/BUILD.gn
diff --git a/components/subresource_filter/core/common/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn
index ef133bfe2e9010c6110400cd92a1c5198c5cdd4c..cc29c49389fdf8bbc09b7d442ead423250d094e3 100644
--- a/components/subresource_filter/core/common/BUILD.gn
+++ b/components/subresource_filter/core/common/BUILD.gn
@@ -45,6 +45,7 @@ static_library("common") {
deps = [
"//base",
+ "//components/safe_browsing_db:util",
"//net",
"//third_party/flatbuffers:flatbuffers",
"//third_party/protobuf:protobuf_lite",

Powered by Google App Engine
This is Rietveld 408576698