| 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 72a89add69406d9b746041ed1ef32b9ba0ff1006..09086b5cbbe225e6a6b7083a076023ee6ed425cb 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| @@ -30,7 +30,7 @@ class PrefsTabHelper : public content::NotificationObserver,
|
| virtual ~PrefsTabHelper();
|
|
|
| static void InitIncognitoUserPrefStore(OverlayUserPrefStore* pref_store);
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
| static void MigrateUserPrefs(PrefService* prefs);
|
|
|
| protected:
|
|
|