Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: chrome/browser/android/ntp/content_suggestions_notifier_service.cc

Issue 2744253004: NTP: clang-format (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « no previous file | chrome/browser/android/ntp/most_visited_sites_bridge.cc » ('j') | components/ntp_snippets/category.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698