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