| Index: chrome/browser/web_resource/notification_promo.h
|
| diff --git a/chrome/browser/web_resource/notification_promo.h b/chrome/browser/web_resource/notification_promo.h
|
| index 4d26a09ffe1bc789356639c88e6e559a7d113514..2dfe0bfd934e3ab10a7039637117257056d76329 100644
|
| --- a/chrome/browser/web_resource/notification_promo.h
|
| +++ b/chrome/browser/web_resource/notification_promo.h
|
| @@ -20,7 +20,7 @@ class ListValue;
|
|
|
| class PrefRegistrySimple;
|
| class PrefService;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
|
|
| // Helper class for PromoResourceService that parses promo notification info
|
| // from json or prefs.
|
| @@ -67,7 +67,8 @@ class NotificationPromo {
|
|
|
| // Register preferences.
|
| static void RegisterPrefs(PrefRegistrySimple* registry);
|
| - static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefService* prefs,
|
| + PrefRegistrySyncable* registry);
|
|
|
| private:
|
| // For testing.
|
|
|