| 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 8f89ade3bcf5865355e8b56cee2cf002a2d4a3e4..1498eac9948b1dc7cbea9d05636d6da1a77c4d1f 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| @@ -13,13 +13,13 @@
|
| #include "base/time.h"
|
| #include "base/timer.h"
|
| #include "chrome/browser/sessions/tab_restore_service.h"
|
| -#include "content/public/browser/url_data_source.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| +#include "content/public/browser/url_data_source.h"
|
| #include "content/public/browser/web_ui_controller.h"
|
|
|
| class GURL;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
| class Profile;
|
|
|
| namespace base {
|
| @@ -33,7 +33,7 @@ class NewTabUI : public content::WebUIController,
|
| explicit NewTabUI(content::WebUI* web_ui);
|
| virtual ~NewTabUI();
|
|
|
| - static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| // Returns whether or not to show apps pages.
|
| static bool ShouldShowApps();
|
|
|