| Index: chrome/browser/web_resource/promo_resource_service.h
|
| diff --git a/chrome/browser/web_resource/promo_resource_service.h b/chrome/browser/web_resource/promo_resource_service.h
|
| index 68d4eb25d71f8a812016f68b22b21867363adf30..0e065d7de5b1752a13a60bbd9c82b611ad73e1d6 100644
|
| --- a/chrome/browser/web_resource/promo_resource_service.h
|
| +++ b/chrome/browser/web_resource/promo_resource_service.h
|
| @@ -10,14 +10,17 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/web_resource/web_resource_service.h"
|
|
|
| +class NotificationPromo;
|
| +class PrefRegistrySimple;
|
| +class PrefService;
|
| +
|
| namespace base {
|
| class DictionaryValue;
|
| }
|
|
|
| -class NotificationPromo;
|
| -class PrefRegistrySimple;
|
| +namespace user_prefs {
|
| class PrefRegistrySyncable;
|
| -class PrefService;
|
| +}
|
|
|
| // A PromoResourceService fetches data from a web resource server to be used to
|
| // dynamically change the appearance of the New Tab Page. For example, it has
|
| @@ -26,7 +29,7 @@ class PrefService;
|
| class PromoResourceService : public WebResourceService {
|
| public:
|
| static void RegisterPrefs(PrefRegistrySimple* registry);
|
| - static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
| + static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| static void MigrateUserPrefs(PrefService* user_prefs);
|
|
|
| PromoResourceService();
|
|
|