| 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 20a3ce4c983b5d2a0795266011d132b0c9d10dd6..b22a91343f91b98a1fb07a883080e56614ab47d6 100644
|
| --- a/chrome/browser/ui/webui/ntp/android/promo_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/android/promo_handler.h
|
| @@ -9,11 +9,13 @@
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_ui_message_handler.h"
|
|
|
| -class PrefRegistrySyncable;
|
| -
|
| namespace base {
|
| - class DictionaryValue;
|
| - class ListValue;
|
| +class DictionaryValue;
|
| +class ListValue;
|
| +}
|
| +
|
| +namespace user_prefs {
|
| +class PrefRegistrySyncable;
|
| }
|
|
|
| // The handler for JavaScript messages related to the Android NTP promo.
|
| @@ -27,7 +29,7 @@ class PromoHandler : public content::WebUIMessageHandler,
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|
| // Register preferences.
|
| - static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
| + static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| private:
|
| // NotificationObserver override and implementation.
|
|
|