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

Unified Diff: components/safe_browsing/password_protection/BUILD.gn

Issue 2783773002: Link PasswordProtectionService to Profile and SB Service (Closed)
Patch Set: refine histogram description Created 3 years, 8 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/safe_browsing/password_protection/BUILD.gn
diff --git a/components/safe_browsing/password_protection/BUILD.gn b/components/safe_browsing/password_protection/BUILD.gn
index ae6404596e3e1b55d38ff9b17faf8930ef864428..a7be564812e0e0b3511343b118915ce1a8a72ab4 100644
--- a/components/safe_browsing/password_protection/BUILD.gn
+++ b/components/safe_browsing/password_protection/BUILD.gn
@@ -37,6 +37,8 @@ source_set("password_protection_unittest") {
":password_protection",
"//base",
"//base/test:test_support",
+ "//components/content_settings/core/browser:browser",
+ "//components/history/core/browser:browser",
"//components/safe_browsing_db:test_database_manager",
"//components/sync_preferences:test_support",
"//content/test:test_support",

Powered by Google App Engine
This is Rietveld 408576698