| Index: chrome/browser/password_manager/password_store_x.cc
|
| diff --git a/chrome/browser/password_manager/password_store_x.cc b/chrome/browser/password_manager/password_store_x.cc
|
| index 75f824472c95dcd73ddc534cf24c78e6fe359691..642e08aece833c8fa81a211ad4fe3039503cce85 100644
|
| --- a/chrome/browser/password_manager/password_store_x.cc
|
| +++ b/chrome/browser/password_manager/password_store_x.cc
|
| @@ -191,7 +191,7 @@ void SortLoginsByOrigin(std::vector<autofill::PasswordForm*>* list) {
|
| } // anonymous namespace
|
|
|
| ScopedVector<autofill::PasswordForm> PasswordStoreX::FillMatchingLogins(
|
| - const autofill::PasswordForm& form) {
|
| + const FormDigest& form) {
|
| CheckMigration();
|
| ScopedVector<autofill::PasswordForm> matched_forms;
|
| if (use_native_backend() && backend_->GetLogins(form, &matched_forms)) {
|
|
|