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 a7367abb21b5c986923ec81adef89a334bd70b09..af16293ce101791190bdcef128c683ae383d22be 100644 |
--- a/chrome/browser/android/ntp/content_suggestions_notifier_service.cc |
+++ b/chrome/browser/android/ntp/content_suggestions_notifier_service.cc |
@@ -104,8 +104,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, |