Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3644)

Unified Diff: chrome/renderer/autofill/password_generation_manager.h

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698