Index: chrome/browser/search/local_ntp_source.cc |
diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc |
index 5d10b6f059cef4b3ddd8dce5a6b49e91b9f457f9..90d9fe70959349992fe2d55b62e0683fae0c0d38 100644 |
--- a/chrome/browser/search/local_ntp_source.cc |
+++ b/chrome/browser/search/local_ntp_source.cc |
@@ -94,7 +94,7 @@ bool IsIconNTPEnabled() { |
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableIconNtp)) |
return true; |
- return base::StartsWithASCII(group_name, "Enabled", true); |
+ return base::StartsWith(group_name, "Enabled", base::CompareCase::SENSITIVE); |
} |
// Adds a localized string keyed by resource id to the dictionary. |