| Index: chrome/browser/android/ntp/content_suggestions_notifier_service.cc
|
| diff --git a/chrome/browser/android/ntp/content_suggestions_notifier_service.cc b/chrome/browser/android/ntp/content_suggestions_notifier_service.cc
|
| index 8e42f09fc81e4ae9f3df4852e4ac6c9502093ded..7d7e2518b9d618e9bf7aff6afa2a3a53e330ed56 100644
|
| --- a/chrome/browser/android/ntp/content_suggestions_notifier_service.cc
|
| +++ b/chrome/browser/android/ntp/content_suggestions_notifier_service.cc
|
| @@ -105,8 +105,7 @@ void ConsumeQuota(PrefService* prefs) {
|
| class ContentSuggestionsNotifierService::NotifyingObserver
|
| : public ContentSuggestionsService::Observer {
|
| public:
|
| - NotifyingObserver(ContentSuggestionsService* service,
|
| - Profile* profile)
|
| + NotifyingObserver(ContentSuggestionsService* service, Profile* profile)
|
| : service_(service),
|
| profile_(profile),
|
| app_status_listener_(base::Bind(&NotifyingObserver::AppStatusChanged,
|
|
|