Index: ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc |
diff --git a/ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc b/ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc |
index 1a25a8b577b8e17f7d8d0d8d2f08a7ee87805d93..15759b630654e365cbb13439d595507bee30ff63 100644 |
--- a/ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc |
+++ b/ios/chrome/browser/passwords/ios_chrome_password_store_factory.cc |
@@ -87,7 +87,8 @@ IOSChromePasswordStoreFactory::BuildServiceInstanceFor( |
new password_manager::PasswordStoreDefault( |
main_thread_runner, db_thread_runner, std::move(login_db)); |
if (!store->Init(ios::sync_start_util::GetFlareForSyncableService( |
- context->GetStatePath()))) { |
+ context->GetStatePath()), |
+ nullptr)) { |
// TODO(crbug.com/479725): Remove the LOG once this error is visible in the |
// UI. |
LOG(WARNING) << "Could not initialize password store."; |