Index: chrome/renderer/autofill/password_generation_manager.h |
diff --git a/chrome/renderer/autofill/password_generation_manager.h b/chrome/renderer/autofill/password_generation_manager.h |
index 0e72a71ddb7ca8c7ce6b55a5fc6110d1e5e8385f..cd930d94e29c8937a77943438add78a93657ac87 100644 |
--- a/chrome/renderer/autofill/password_generation_manager.h |
+++ b/chrome/renderer/autofill/password_generation_manager.h |
@@ -19,11 +19,9 @@ class WebCString; |
class WebDocument; |
} |
-namespace webkit { |
-namespace forms { |
+namespace content { |
struct PasswordForm; |
-} // namespace forms |
-} // namespace webkit |
+} |
namespace autofill { |
@@ -60,7 +58,7 @@ class PasswordGenerationManager : public content::RenderViewObserver, |
virtual void willDetach(const WebKit::WebInputElement& element) OVERRIDE; |
// Message handlers. |
- void OnFormNotBlacklisted(const webkit::forms::PasswordForm& form); |
+ void OnFormNotBlacklisted(const content::PasswordForm& form); |
void OnPasswordAccepted(const string16& password); |
void OnPasswordGenerationEnabled(bool enabled); |