| 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.
|
|
|