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

Unified Diff: components/ntp_snippets/category.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
Index: components/ntp_snippets/category.cc
diff --git a/components/ntp_snippets/category.cc b/components/ntp_snippets/category.cc
index 0a3fc04b3be09df8e8828466b48354057fa9a200..1ef1bed938549c06555240582e287ce8e47406e9 100644
--- a/components/ntp_snippets/category.cc
+++ b/components/ntp_snippets/category.cc
@@ -22,9 +22,10 @@ Category Category::FromRemoteCategory(int remote_category) {
// static
Category Category::FromIDValue(int id) {
- DCHECK(IsValidIDValue(id)) << id << " is not a valid category ID. This may "
- "have been caused by removal of a local "
- "KnownCategory.";
+ DCHECK(IsValidIDValue(id)) << id
+ << " is not a valid category ID. This may have "
+ "been caused by removal of a local "
+ "KnownCategory.";
return Category(id);
}

Powered by Google App Engine
This is Rietveld 408576698