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

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

Issue 2744253004: NTP: clang-format (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/browser/android/ntp/most_visited_sites_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/android/ntp/most_visited_sites_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698