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

Unified Diff: chrome/browser/ntp_snippets/content_suggestions_service_factory.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/ntp_snippets/content_suggestions_service_factory.cc
diff --git a/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc b/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc
index bbcc054008d36983d2bf715b0077960052637940..bf9e5f25f7df2249a358dd055ec395b78e72130a 100644
--- a/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc
+++ b/chrome/browser/ntp_snippets/content_suggestions_service_factory.cc
@@ -295,9 +295,9 @@ KeyedService* ContentSuggestionsServiceFactory::BuildServiceInstanceFor(
std::unique_ptr<CategoryRanker> category_ranker =
ntp_snippets::BuildSelectedCategoryRanker(
pref_service, base::MakeUnique<base::DefaultClock>());
- auto* service =
- new ContentSuggestionsService(State::ENABLED, signin_manager,
- history_service, pref_service, std::move(category_ranker));
+ auto* service = new ContentSuggestionsService(State::ENABLED, signin_manager,
+ history_service, pref_service,
+ std::move(category_ranker));
#if defined(OS_ANDROID)
OfflinePageModel* offline_page_model =

Powered by Google App Engine
This is Rietveld 408576698