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

Unified Diff: components/password_manager/core/browser/password_form_manager_unittest.cc

Issue 355143006: [Password Manager] Add UMA stats to track interaction with synced accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo Created 6 years, 5 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/password_form_manager_unittest.cc
diff --git a/components/password_manager/core/browser/password_form_manager_unittest.cc b/components/password_manager/core/browser/password_form_manager_unittest.cc
index f68fe1c0431dba798ce2e28e7d86c9e610e4fd4f..5f74fe30d1f780b42ba953df0bf3f25282949072 100644
--- a/components/password_manager/core/browser/password_form_manager_unittest.cc
+++ b/components/password_manager/core/browser/password_form_manager_unittest.cc
@@ -352,7 +352,7 @@ TEST_F(PasswordFormManagerTest, TestAlternateUsername) {
// Need a MessageLoop for callbacks.
base::MessageLoop message_loop;
scoped_refptr<TestPasswordStore> password_store = new TestPasswordStore;
- CHECK(password_store->Init(syncer::SyncableService::StartSyncFlare()));
+ CHECK(password_store->Init(syncer::SyncableService::StartSyncFlare(), ""));
TestPasswordManagerClient client_with_store(password_store.get());
TestPasswordManager password_manager(&client_with_store);

Powered by Google App Engine
This is Rietveld 408576698