| 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 f8a2f5b822313de874e29e9d5df5282d9de7025d..dcb9e15613c3adb8ebfe7add9ce9d248b8090751 100644
|
| --- a/components/password_manager/core/browser/test_password_store.h
|
| +++ b/components/password_manager/core/browser/test_password_store.h
|
| @@ -45,7 +45,7 @@ class TestPasswordStore : public PasswordStore {
|
| PasswordStoreChangeList RemoveLoginImpl(
|
| const autofill::PasswordForm& form) override;
|
| ScopedVector<autofill::PasswordForm> FillMatchingLogins(
|
| - const autofill::PasswordForm& form) override;
|
| + const FormDigest& form) override;
|
|
|
| // Unused portions of PasswordStore interface
|
| void ReportMetricsImpl(const std::string& sync_username,
|
|
|