| 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 84c5e2b9a8d3a4a1b9b825c5b9730975948d3dba..4d26a09ffe1bc789356639c88e6e559a7d113514 100644
|
| --- a/chrome/browser/web_resource/notification_promo.h
|
| +++ b/chrome/browser/web_resource/notification_promo.h
|
| @@ -18,8 +18,8 @@ class DictionaryValue;
|
| class ListValue;
|
| }
|
|
|
| +class PrefRegistrySimple;
|
| class PrefService;
|
| -class PrefServiceSimple;
|
| class PrefServiceSyncable;
|
|
|
| // Helper class for PromoResourceService that parses promo notification info
|
| @@ -66,7 +66,7 @@ class NotificationPromo {
|
| }
|
|
|
| // Register preferences.
|
| - static void RegisterPrefs(PrefServiceSimple* local_state);
|
| + static void RegisterPrefs(PrefRegistrySimple* registry);
|
| static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
|
|
| private:
|
|
|