| Index: chrome/browser/ui/prefs/prefs_tab_helper.h
|
| diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.h b/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| index cfb808b2c3d77096beb5d062367dcab1249004e1..f2a3d3ef23a83dd820370b33cd89afd87efceb33 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| @@ -12,7 +12,7 @@
|
| #include "content/public/browser/web_contents_user_data.h"
|
|
|
| class OverlayUserPrefStore;
|
| -class PrefService;
|
| +class PrefServiceSyncable;
|
| class Profile;
|
|
|
| namespace content {
|
| @@ -26,7 +26,7 @@ class PrefsTabHelper : public content::NotificationObserver,
|
| virtual ~PrefsTabHelper();
|
|
|
| static void InitIncognitoUserPrefStore(OverlayUserPrefStore* pref_store);
|
| - static void RegisterUserPrefs(PrefService* prefs);
|
| + static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
|
|
| protected:
|
| // Update the RenderView's WebPreferences. Exposed as protected for testing.
|
|
|