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

Unified Diff: chrome/browser/ui/login/login_prompt.h

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years 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/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 ed701d6120ebf693b44dde219ebab9c380d2cbf7..2aa1bb6e8ce41784f694501a4ecc51062609e0ed 100644
--- a/chrome/browser/ui/login/login_prompt.h
+++ b/chrome/browser/ui/login/login_prompt.h
@@ -49,7 +49,7 @@ class LoginHandler : public ResourceDispatcherHostLoginDelegate,
// Sets information about the authentication type (|form|) and the
// |password_manager| for this profile.
- void SetPasswordForm(const webkit_glue::PasswordForm& form);
+ void SetPasswordForm(const webkit::forms::PasswordForm& form);
void SetPasswordManager(PasswordManager* password_manager);
// Returns the TabContents that needs authentication.
@@ -141,7 +141,7 @@ class LoginHandler : public ResourceDispatcherHostLoginDelegate,
// when later notifying the password manager if the credentials were accepted
// or rejected.
// This should only be accessed on the UI loop.
- webkit_glue::PasswordForm password_form_;
+ webkit::forms::PasswordForm password_form_;
// Points to the password manager owned by the TabContents requesting auth.
// Can be null if the TabContents is not a TabContents.
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc ('k') | chrome/browser/ui/login/login_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698