| Index: chrome/browser/password_manager/password_store_win.h
|
| diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h
|
| index f1272b3aac8aab175555a9a8cd97d57af9ba18f5..6d728d77991869e307bd24b6f639ea13bde1ff57 100644
|
| --- a/chrome/browser/password_manager/password_store_win.h
|
| +++ b/chrome/browser/password_manager/password_store_win.h
|
| @@ -45,7 +45,7 @@ class PasswordStoreWin : public password_manager::PasswordStoreDefault {
|
| void ShutdownOnDBThread();
|
|
|
| // password_manager::PasswordStore:
|
| - void GetLoginsImpl(const autofill::PasswordForm& form,
|
| + void GetLoginsImpl(const password_manager::PasswordStore::FormDigest& form,
|
| std::unique_ptr<GetLoginsRequest> request) override;
|
|
|
| std::unique_ptr<DBHandler> db_handler_;
|
|
|