Index: chrome/browser/sync/profile_sync_service_password_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
index eca4b95baeac4176d6a93ecb18ccb5fbbeb2cc1d..080e600f7f5bf785edae521c6246c4d301ace770 100644 |
--- a/chrome/browser/sync/profile_sync_service_password_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
@@ -190,7 +190,7 @@ class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest { |
WillRepeatedly(Return(&token_service_)); |
EXPECT_CALL(profile_, GetPasswordStore(_)). |
- Times(2). |
+ Times(3). |
WillRepeatedly(Return(password_store_.get())); |
EXPECT_CALL(observer_, |