| 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 2dfe0bfd934e3ab10a7039637117257056d76329..38f57c2ec5c5cf5679151c72eea066a65f36eff7 100644
|
| --- a/chrome/browser/web_resource/notification_promo.h
|
| +++ b/chrome/browser/web_resource/notification_promo.h
|
| @@ -67,8 +67,8 @@ class NotificationPromo {
|
|
|
| // Register preferences.
|
| static void RegisterPrefs(PrefRegistrySimple* registry);
|
| - static void RegisterUserPrefs(PrefService* prefs,
|
| - PrefRegistrySyncable* registry);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
| + static void MigrateUserPrefs(PrefService* user_prefs);
|
|
|
| private:
|
| // For testing.
|
|
|