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

Unified Diff: chrome/browser/ui/login/login_prompt.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
« no previous file with comments | « chrome/browser/ui/gtk/password_generation_bubble_gtk.cc ('k') | chrome/browser/ui/login/login_prompt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/login/login_prompt.h
diff --git a/chrome/browser/ui/login/login_prompt.h b/chrome/browser/ui/login/login_prompt.h
index 416c13b031b502df00745d7fffebfd07960bbc16..ad755a0b5d8debaae11876454354959a50f86724 100644
--- a/chrome/browser/ui/login/login_prompt.h
+++ b/chrome/browser/ui/login/login_prompt.h
@@ -50,7 +50,7 @@ class LoginHandler : public content::ResourceDispatcherHostLoginDelegate,
// Sets information about the authentication type (|form|) and the
// |password_manager| for this profile.
- void SetPasswordForm(const webkit::forms::PasswordForm& form);
+ void SetPasswordForm(const content::PasswordForm& form);
void SetPasswordManager(PasswordManager* password_manager);
// Returns the WebContents that needs authentication.
@@ -141,7 +141,7 @@ class LoginHandler : public content::ResourceDispatcherHostLoginDelegate,
// when later notifying the password manager if the credentials were accepted
// or rejected.
// This should only be accessed on the UI loop.
- webkit::forms::PasswordForm password_form_;
+ content::PasswordForm password_form_;
// Points to the password manager owned by the WebContents requesting auth.
// This should only be accessed on the UI loop.
« no previous file with comments | « chrome/browser/ui/gtk/password_generation_bubble_gtk.cc ('k') | chrome/browser/ui/login/login_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698