| 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 c831afd3a219aaeda10422beea797e5758d156c2..7dd8aa24e39115f1478ba85bd301f51da1d588f1 100644
|
| --- a/chrome/browser/password_manager/password_store_win.h
|
| +++ b/chrome/browser/password_manager/password_store_win.h
|
| @@ -12,7 +12,7 @@ class LoginDatabase;
|
| class Profile;
|
| class WebDataService;
|
|
|
| -namespace content {
|
| +namespace autofill {
|
| struct PasswordForm;
|
| }
|
|
|
| @@ -37,13 +37,13 @@ class PasswordStoreWin : public PasswordStoreDefault {
|
| void ShutdownOnDBThread();
|
|
|
| virtual void GetLoginsImpl(
|
| - const content::PasswordForm& form,
|
| + const autofill::PasswordForm& form,
|
| const ConsumerCallbackRunner& callback_runner) OVERRIDE;
|
|
|
| void GetIE7LoginIfNecessary(
|
| - const content::PasswordForm& form,
|
| + const autofill::PasswordForm& form,
|
| const ConsumerCallbackRunner& callback_runner,
|
| - const std::vector<content::PasswordForm*>& matched_forms);
|
| + const std::vector<autofill::PasswordForm*>& matched_forms);
|
|
|
| scoped_ptr<DBHandler> db_handler_;
|
|
|
|
|