| Index: chrome/browser/prefs/session_startup_pref.h
|
| diff --git a/chrome/browser/prefs/session_startup_pref.h b/chrome/browser/prefs/session_startup_pref.h
|
| index 379451ee5e4da9bbae93398e8229ff86090ed3f7..75ea9d3027ab22b7e77087207ec572a615dcf72d 100644
|
| --- a/chrome/browser/prefs/session_startup_pref.h
|
| +++ b/chrome/browser/prefs/session_startup_pref.h
|
| @@ -44,7 +44,7 @@ struct SessionStartupPref {
|
| static const int kPrefValueURLs = 4;
|
| static const int kPrefValueNewTab = 5;
|
|
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Returns the default value for |type|.
|
| static Type GetDefaultStartupType();
|
|
|