summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager/password_store_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/password_manager/password_store_win.h')
-rw-r--r--chrome/browser/password_manager/password_store_win.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h
index 22006e6..c4dae0c 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_;