| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index dd625b181e3eeca6a8d516f0368540260ac71a32..ecf5e5c5477808d2b1cf0754cd399e4cd4ceb009 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -36,7 +36,7 @@ class CreditCard;
|
| class FormGroup;
|
| class GURL;
|
| class PersonalDataManager;
|
| -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);
|
|
|