| 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
|
|
|