Index: components/password_manager/core/browser/test_password_store.cc |
diff --git a/components/password_manager/core/browser/test_password_store.cc b/components/password_manager/core/browser/test_password_store.cc |
index 555eb701dfbc27aa547067fe9498c39f06222538..3a524a855613c043295bcb82ef3e2ed1b0058f59 100644 |
--- a/components/password_manager/core/browser/test_password_store.cc |
+++ b/components/password_manager/core/browser/test_password_store.cc |
@@ -111,6 +111,13 @@ PasswordStoreChangeList TestPasswordStore::RemoveLoginsCreatedBetweenImpl( |
return changes; |
} |
+PasswordStoreChangeList TestPasswordStore::RemoveLoginsSyncedBetweenImpl( |
+ base::Time begin, |
+ base::Time end) { |
+ PasswordStoreChangeList changes; |
+ return changes; |
+} |
+ |
bool TestPasswordStore::FillAutofillableLogins( |
std::vector<autofill::PasswordForm*>* forms) { |
return true; |