| Index: chrome/browser/ui/webui/ntp/android/promo_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/android/promo_handler.h b/chrome/browser/ui/webui/ntp/android/promo_handler.h
|
| index 4cd52714c114b7e03eff4e95f5fcb59f91e88d7c..9d4415092cca9ae93bf4a989d2b37bf1b9747b25 100644
|
| --- a/chrome/browser/ui/webui/ntp/android/promo_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/android/promo_handler.h
|
| @@ -9,7 +9,7 @@
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_ui_message_handler.h"
|
|
|
| -class PrefService;
|
| +class PrefServiceSyncable;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -27,7 +27,7 @@ class PromoHandler : public content::WebUIMessageHandler,
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|
| // Register preferences.
|
| - static void RegisterUserPrefs(PrefService* prefs);
|
| + static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
|
|
| private:
|
| // NotificationObserver override and implementation.
|
|
|