| 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 6b1fe8b3dc49fabfe2c6640705bf58fc5dc855a8..689c948e48dc0e1f41aa9e16cc64bf09bec6535e 100644
|
| --- a/chrome/browser/password_manager/password_store_win.h
|
| +++ b/chrome/browser/password_manager/password_store_win.h
|
| @@ -13,9 +13,11 @@ class LoginDatabase;
|
| class Profile;
|
| class WebDataService;
|
|
|
| -namespace webkit_glue {
|
| +namespace webkit {
|
| +namespace forms {
|
| struct PasswordForm;
|
| }
|
| +}
|
|
|
| // Windows PasswordStore implementation that uses the default implementation,
|
| // but also uses IE7 passwords if no others found.
|
| @@ -43,7 +45,7 @@ class PasswordStoreWin : public PasswordStoreDefault {
|
|
|
| // Overridden so that we can save the form for later use.
|
| virtual void GetLoginsImpl(GetLoginsRequest* request,
|
| - const webkit_glue::PasswordForm& form) OVERRIDE;
|
| + const webkit::forms::PasswordForm& form) OVERRIDE;
|
|
|
| scoped_ptr<DBHandler> db_handler_;
|
|
|
|
|