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 349dabf9bd1db77d7c0c685c8c05804e59a3ce21..f807f3dfb8638e37588c3c66ca56529b33935be2 100644 |
--- a/chrome/browser/web_resource/promo_resource_service.h |
+++ b/chrome/browser/web_resource/promo_resource_service.h |
@@ -16,7 +16,8 @@ class DictionaryValue; |
class NotificationPromo; |
class PrefRegistrySimple; |
-class PrefServiceSyncable; |
+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 |
@@ -25,7 +26,8 @@ class PrefServiceSyncable; |
class PromoResourceService : public WebResourceService { |
public: |
static void RegisterPrefs(PrefRegistrySimple* registry); |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefService* prefs, |
+ PrefRegistrySyncable* registry); |
PromoResourceService(); |