| 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 6e793574036103d117edbafa16eb32c6d099ebbe..d48c436b30a9c2a8710aefd67eba26587355ea6f 100644
|
| --- a/components/password_manager/core/browser/test_password_store.cc
|
| +++ b/components/password_manager/core/browser/test_password_store.cc
|
| @@ -82,7 +82,7 @@ PasswordStoreChangeList TestPasswordStore::RemoveLoginImpl(
|
| }
|
|
|
| ScopedVector<autofill::PasswordForm> TestPasswordStore::FillMatchingLogins(
|
| - const autofill::PasswordForm& form) {
|
| + const FormDigest& form) {
|
| ScopedVector<autofill::PasswordForm> matched_forms;
|
| for (const auto& elements : stored_passwords_) {
|
| if (elements.first == form.signon_realm ||
|
|
|