| 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 4932a48b305edd1784a085a3fbcaaa0aa2e8c8a3..852b6d9927c05434e1db167cd6cf28ac08624f62 100644
|
| --- a/components/password_manager/core/browser/test_password_store.cc
|
| +++ b/components/password_manager/core/browser/test_password_store.cc
|
| @@ -45,10 +45,6 @@ bool TestPasswordStore::FormsAreEquivalent(const autofill::PasswordForm& lhs,
|
| lhs.signon_realm == rhs.signon_realm;
|
| }
|
|
|
| -void TestPasswordStore::WrapModificationTask(ModificationTask task) {
|
| - task.Run();
|
| -}
|
| -
|
| void TestPasswordStore::GetAutofillableLoginsImpl(
|
| PasswordStore::GetLoginsRequest* request) {
|
| for (auto& forms_for_realm : stored_passwords_) {
|
|
|