Index: chrome/browser/autofill/autofill_manager.h |
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h |
index d175ce2ae47c41abb3f1d25e0e5f87d6c203790e..8318480bb84831b5b06d4a4556ca38c33c314fc9 100644 |
--- a/chrome/browser/autofill/autofill_manager.h |
+++ b/chrome/browser/autofill/autofill_manager.h |
@@ -36,7 +36,7 @@ class AutofillMetrics; |
class CreditCard; |
class FormGroup; |
class GURL; |
-class PrefService; |
+class PrefServiceSyncable; |
class ProfileSyncService; |
struct FormData; |
@@ -77,7 +77,7 @@ class AutofillManager : public content::WebContentsObserver, |
static AutofillManager* FromWebContents(content::WebContents* contents); |
// Registers our Enable/Disable Autofill pref. |
- static void RegisterUserPrefs(PrefServiceBase* prefs); |
+ static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
// Set an external delegate. |
void SetExternalDelegate(AutofillExternalDelegate* delegate); |