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

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

Issue 866733002: Add FakeAffiliationFetcher and factory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing virtual and wrong type in CreateInstance(). Created 5 years, 11 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/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 23d56b773860d376e2b7e49551a36795ce7c0c10..c294393096b7d7d7c5aa1738c3708dd7853d8dfc 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -118,6 +118,8 @@ proto_library("proto") {
source_set("test_support") {
testonly = true
sources = [
+ "fake_affiliation_fetcher.cc",
+ "fake_affiliation_fetcher.h",
"mock_password_store.cc",
"mock_password_store.h",
"password_form_data.cc",

Powered by Google App Engine
This is Rietveld 408576698