Index: components/password_manager/core/browser/password_manager_unittest.cc |
diff --git a/components/password_manager/core/browser/password_manager_unittest.cc b/components/password_manager/core/browser/password_manager_unittest.cc |
index ac09f2a7e7af8fe13db57d140a6bfcfbcf496942..44a5f39e2b82191bd212f02f2f787ddf48252443 100644 |
--- a/components/password_manager/core/browser/password_manager_unittest.cc |
+++ b/components/password_manager/core/browser/password_manager_unittest.cc |
@@ -95,7 +95,7 @@ class PasswordManagerTest : public testing::Test { |
true); |
store_ = new MockPasswordStore; |
- CHECK(store_->Init()); |
+ CHECK(store_->Init(syncer::SyncableService::StartSyncFlare())); |
EXPECT_CALL(client_, GetPasswordStore()).WillRepeatedly(Return(store_)); |
EXPECT_CALL(client_, GetPrefs()).WillRepeatedly(Return(&prefs_)); |