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

Unified Diff: components/ntp_tiles/switches.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_tiles/switches.cc
diff --git a/components/ntp_tiles/switches.cc b/components/ntp_tiles/switches.cc
index 6a76ba144317adfe7c18aa59a96ed504660abcac..9ae60506c5d437556236452db2f01416140852a1 100644
--- a/components/ntp_tiles/switches.cc
+++ b/components/ntp_tiles/switches.cc
@@ -13,10 +13,10 @@ const char kEnableNTPSearchEngineCountryDetection[] =
"enable-ntp-search-engine-country-detection";
// Enables showing popular sites on the NTP.
-const char kEnableNTPPopularSites[] = "enable-ntp-popular-sites";
+const char kEnableNTPPopularSites[] = "enable-ntp-popular-sites";
// Disables showing popular sites on the NTP.
-const char kDisableNTPPopularSites[] = "disable-ntp-popular-sites";
+const char kDisableNTPPopularSites[] = "disable-ntp-popular-sites";
} // namespace switches
} // namespace ntp_tiles

Powered by Google App Engine
This is Rietveld 408576698