| Index: chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| index bbc4ff85ff5e2283f9355af40624bbc20bd76d2b..6831428e38f32d9bc06b00b147994c393a9ebcf9 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| @@ -34,7 +34,7 @@ class NewTabUI : public content::WebUIController,
|
| explicit NewTabUI(content::WebUI* web_ui);
|
| virtual ~NewTabUI();
|
|
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Returns whether or not to show apps pages.
|
| static bool ShouldShowApps();
|
|
|