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