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 fbc48d5f1ef40238dac252f3cd2cae6e41d1a92b..d760af09ca0c76410edbb783619d806a3eb4581b 100644 |
--- a/chrome/browser/search/local_ntp_source.cc |
+++ b/chrome/browser/search/local_ntp_source.cc |
@@ -141,7 +141,7 @@ scoped_ptr<base::DictionaryValue> GetTranslatedStrings(bool is_google) { |
std::string GetConfigData(Profile* profile) { |
base::DictionaryValue config_data; |
bool is_google = DefaultSearchProviderIsGoogle(profile) && |
- chrome::ShouldShowGoogleLocalNTP(); |
+ search::ShouldShowGoogleLocalNTP(); |
config_data.Set("translatedStrings", |
GetTranslatedStrings(is_google).release()); |
config_data.SetBoolean("isGooglePage", is_google); |