| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index a2c769ebea68be65184182d5917623b8fc8e34af..f2db3cef0d8a0b9ab9d988f81ffa1fa0e62ff732 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -76,7 +76,7 @@ class AutofillManager : public content::NotificationObserver,
|
| explicit AutofillManager(TabContents* tab_contents);
|
|
|
| // Registers our Enable/Disable Autofill pref.
|
| - static void RegisterUserPrefs(PrefService* prefs);
|
| + static void RegisterUserPrefs(PrefServiceBase* prefs);
|
|
|
| // Set our external delegate.
|
| // TODO(jrg): consider passing delegate into the ctor. That won't
|
|
|