| 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 3fb513f422ad6947e235aea3c7619611fa90f129..5d10b6f059cef4b3ddd8dce5a6b49e91b9f457f9 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 StartsWithASCII(group_name, "Enabled", true);
|
| + return base::StartsWithASCII(group_name, "Enabled", true);
|
| }
|
|
|
| // Adds a localized string keyed by resource id to the dictionary.
|
|
|