Index: components/password_manager/core/browser/test_password_store.h |
diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h |
index e28a474ab4e18bf74f52312cfcc379771411440b..a58208ed12b974284bf655fe7d10f6a03debde02 100644 |
--- a/components/password_manager/core/browser/test_password_store.h |
+++ b/components/password_manager/core/browser/test_password_store.h |
@@ -51,6 +51,8 @@ class TestPasswordStore : public PasswordStore { |
PasswordStore::AuthorizationPromptPolicy prompt_policy, |
const ConsumerCallbackRunner& runner) override; |
void WrapModificationTask(ModificationTask task) override; |
+ void GetAutofillableLoginsImpl( |
+ PasswordStore::GetLoginsRequest* request) override; |
// Unused portions of PasswordStore interface |
void ReportMetricsImpl(const std::string& sync_username, |
@@ -61,8 +63,6 @@ class TestPasswordStore : public PasswordStore { |
PasswordStoreChangeList RemoveLoginsSyncedBetweenImpl( |
base::Time delete_begin, |
base::Time delete_end) override; |
- void GetAutofillableLoginsImpl( |
- PasswordStore::GetLoginsRequest* request) override {} |
void GetBlacklistLoginsImpl( |
PasswordStore::GetLoginsRequest* request) override {} |
bool FillAutofillableLogins( |