| 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..7c8daef556a937b5b1778cc702f9db3f38050013 100644
|
| --- a/chrome/browser/web_resource/notification_promo_mobile_ntp.h
|
| +++ b/chrome/browser/web_resource/notification_promo_mobile_ntp.h
|
| @@ -10,8 +10,6 @@
|
| #include "base/basictypes.h"
|
| #include "chrome/browser/web_resource/notification_promo.h"
|
|
|
| -class Profile;
|
| -
|
| namespace base {
|
| class DictionaryValue;
|
| class ListValue;
|
| @@ -20,7 +18,7 @@ class ListValue;
|
| // Helper class for NotificationPromo that deals with mobile_ntp promos.
|
| class NotificationPromoMobileNtp {
|
| public:
|
| - explicit NotificationPromoMobileNtp(Profile* profile_);
|
| + NotificationPromoMobileNtp();
|
| ~NotificationPromoMobileNtp();
|
|
|
| // Initialize from prefs/JSON.
|
|
|