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

Unified Diff: components/ntp_snippets/features.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: components/ntp_snippets/features.cc
diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
index d9066dc23bed6b8cf43c213b3706881c2b8d4ded..89a6f085e71e9fb4ff3782859256bb9877ee1f52 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -22,14 +22,14 @@ const base::Feature kBookmarkSuggestionsFeature{
const base::Feature kRecentOfflineTabSuggestionsFeature{
"NTPOfflinePageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kSaveToOfflineFeature{
- "NTPSaveToOffline", base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kSaveToOfflineFeature{"NTPSaveToOffline",
+ base::FEATURE_ENABLED_BY_DEFAULT};
-const base::Feature kOfflineBadgeFeature{
- "NTPOfflineBadge", base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kOfflineBadgeFeature{"NTPOfflineBadge",
+ base::FEATURE_ENABLED_BY_DEFAULT};
-const base::Feature kIncreasedVisibility{
- "NTPSnippetsIncreasedVisibility", base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kIncreasedVisibility{"NTPSnippetsIncreasedVisibility",
+ base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kPhysicalWebPageSuggestionsFeature{
"NTPPhysicalWebPageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};

Powered by Google App Engine
This is Rietveld 408576698