| 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 71c42c518e32f886ee8ff7dd4f2e51f3482b5d82..5cc09951456a93d07e9ba0a8b8897194bb512d75 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| @@ -28,8 +28,7 @@ class PrefsTabHelper : public content::NotificationObserver,
|
|
|
| static void InitIncognitoUserPrefStore(OverlayUserPrefStore* pref_store);
|
| static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
| - static void MigrateUserPrefs(PrefService* prefs,
|
| - PrefRegistrySyncable* registry);
|
| + static void MigrateUserPrefs(PrefService* prefs);
|
|
|
| protected:
|
| // Update the RenderView's WebPreferences. Exposed as protected for testing.
|
|
|