| Index: components/password_manager/core/browser/password_store.h
|
| diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h
|
| index 85151e5b11673f1ec33ddeb3970c862d38c9c368..b678368cbaa3b742ae3af142ca3a8bdb859b4872 100644
|
| --- a/components/password_manager/core/browser/password_store.h
|
| +++ b/components/password_manager/core/browser/password_store.h
|
| @@ -206,11 +206,11 @@ class PasswordStore : protected PasswordStoreSync,
|
| // Bring PasswordStoreSync methods to the scope of PasswordStore. Otherwise,
|
| // base::Bind can't be used with them because it fails to cast PasswordStore
|
| // to PasswordStoreSync.
|
| - virtual PasswordStoreChangeList AddLoginImpl(
|
| + PasswordStoreChangeList AddLoginImpl(
|
| const autofill::PasswordForm& form) override = 0;
|
| - virtual PasswordStoreChangeList UpdateLoginImpl(
|
| + PasswordStoreChangeList UpdateLoginImpl(
|
| const autofill::PasswordForm& form) override = 0;
|
| - virtual PasswordStoreChangeList RemoveLoginImpl(
|
| + PasswordStoreChangeList RemoveLoginImpl(
|
| const autofill::PasswordForm& form) override = 0;
|
|
|
| // Synchronous implementation to remove the given logins.
|
|
|