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