| Index: chrome/browser/web_resource/notification_promo_mobile_ntp.h
|
| diff --git a/chrome/browser/web_resource/notification_promo_mobile_ntp.h b/chrome/browser/web_resource/notification_promo_mobile_ntp.h
|
| index 90ce5fda66ae572488c737f341ec2848710901ce..99ec3584741ce233f84695c84fa7c03fed4271f9 100644
|
| --- a/chrome/browser/web_resource/notification_promo_mobile_ntp.h
|
| +++ b/chrome/browser/web_resource/notification_promo_mobile_ntp.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/basictypes.h"
|
| #include "chrome/browser/web_resource/notification_promo.h"
|
|
|
| -class Profile;
|
| +class PrefServiceSimple;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -20,7 +20,7 @@ class ListValue;
|
| // Helper class for NotificationPromo that deals with mobile_ntp promos.
|
| class NotificationPromoMobileNtp {
|
| public:
|
| - explicit NotificationPromoMobileNtp(Profile* profile_);
|
| + explicit NotificationPromoMobileNtp(PrefServiceSimple* prefs);
|
| ~NotificationPromoMobileNtp();
|
|
|
| // Initialize from prefs/JSON.
|
|
|