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

Unified Diff: components/ntp_snippets/category_rankers/click_based_category_ranker.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 | « components/ntp_snippets/category.cc ('k') | components/ntp_snippets/content_suggestions_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/category_rankers/click_based_category_ranker.cc
diff --git a/components/ntp_snippets/category_rankers/click_based_category_ranker.cc b/components/ntp_snippets/category_rankers/click_based_category_ranker.cc
index 653a68f9ac21908e49d30fa3134c833bb3da1bac..4b4cfa964b72e0f89b06cf7c5d3d5e400e31bf1a 100644
--- a/components/ntp_snippets/category_rankers/click_based_category_ranker.cc
+++ b/components/ntp_snippets/category_rankers/click_based_category_ranker.cc
@@ -384,8 +384,8 @@ void ClickBasedCategoryRanker::AppendKnownCategory(
KnownCategories known_category) {
Category category = Category::FromKnownCategory(known_category);
DCHECK(!ContainsCategory(category));
- ordered_categories_.push_back(RankedCategory(
- category, /*clicks=*/0, /*last_dismissed=*/base::Time()));
+ ordered_categories_.push_back(
+ RankedCategory(category, /*clicks=*/0, /*last_dismissed=*/base::Time()));
}
namespace {
« no previous file with comments | « components/ntp_snippets/category.cc ('k') | components/ntp_snippets/content_suggestions_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698