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

Unified Diff: components/ntp_snippets/pref_names.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/pref_names.cc
diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
index cd03e32710750f75613d94180d5981b1edb1fffb..271c8900c1d2943a5540aa322ce44b5834ce303f 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -11,8 +11,7 @@ const char kEnableSnippets[] = "ntp_snippets.enable";
const char kRemoteSuggestionCategories[] = "ntp_snippets.remote_categories";
-const char kSnippetLastFetchAttempt[] =
- "ntp_snippets.last_fetch_attempt";
+const char kSnippetLastFetchAttempt[] = "ntp_snippets.last_fetch_attempt";
const char kSnippetSoftFetchingIntervalOnUsageEvent[] =
"ntp_snippets.soft_fetching_interval_on_usage_event";

Powered by Google App Engine
This is Rietveld 408576698