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

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper.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: Rebase 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
« no previous file with comments | « chrome/browser/ui/login/login_prompt.cc ('k') | chrome/browser/ui/sync/one_click_signin_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/sync/one_click_signin_helper.h
diff --git a/chrome/browser/ui/sync/one_click_signin_helper.h b/chrome/browser/ui/sync/one_click_signin_helper.h
index 337b282973e7219c6a061ad188ab4a20d29e463e..ea12c89003c7a6837dbd03710692eb529d755084 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper.h
+++ b/chrome/browser/ui/sync/one_click_signin_helper.h
@@ -22,11 +22,14 @@ class GURL;
class PasswordManager;
class ProfileIOData;
+namespace autofill {
+struct PasswordForm;
+}
+
namespace content {
class WebContents;
struct FrameNavigateParams;
struct LoadCommittedDetails;
-struct PasswordForm;
}
namespace net {
@@ -217,7 +220,7 @@ class OneClickSigninHelper
void SetDoNotClearPendingEmailForTesting();
// Called when password has been submitted.
- void PasswordSubmitted(const content::PasswordForm& form);
+ void PasswordSubmitted(const autofill::PasswordForm& form);
// content::WebContentsObserver overrides.
virtual void NavigateToPendingEntry(
« no previous file with comments | « chrome/browser/ui/login/login_prompt.cc ('k') | chrome/browser/ui/sync/one_click_signin_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698