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

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

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Response to review Created 7 years, 3 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/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.

Powered by Google App Engine
This is Rietveld 408576698