| 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 751781feb0a8be7e0ba716a39374af7fd79806ee..c5bb3f18a016971ee3d263a67c94b5f694bafc7c 100644
|
| --- a/chrome/browser/ui/login/login_prompt.h
|
| +++ b/chrome/browser/ui/login/login_prompt.h
|
| @@ -49,7 +49,7 @@ class LoginHandler : public content::ResourceDispatcherHostLoginDelegate,
|
|
|
| // Sets information about the authentication type (|form|) and the
|
| // |password_manager| for this profile.
|
| - void SetPasswordForm(const content::PasswordForm& form);
|
| + void SetPasswordForm(const autofill::PasswordForm& form);
|
| void SetPasswordManager(PasswordManager* password_manager);
|
|
|
| // Returns the WebContents that needs authentication.
|
| @@ -137,7 +137,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.
|
| - content::PasswordForm password_form_;
|
| + autofill::PasswordForm password_form_;
|
|
|
| // Points to the password manager owned by the WebContents requesting auth.
|
| // This should only be accessed on the UI loop.
|
|
|