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

Unified Diff: components/password_manager/core/browser/BUILD.gn

Issue 2263933002: Make FormFetcher a PasswordStoreConsumer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@621355_form_fetcher
Patch Set: Also operator= is now default Created 4 years 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/password_manager/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index bf7b34d04163fbaefd2f35c5f267eeeb630f33a4..deecfff16293d3a2d40df72bc5f78e00a385af22 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -180,6 +180,8 @@ static_library("test_support") {
"fake_affiliation_api.h",
"fake_affiliation_fetcher.cc",
"fake_affiliation_fetcher.h",
+ "fake_form_fetcher.cc",
+ "fake_form_fetcher.h",
"mock_affiliated_match_helper.cc",
"mock_affiliated_match_helper.h",
"mock_affiliation_consumer.cc",

Powered by Google App Engine
This is Rietveld 408576698