| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| index f0992401add42720da85fe0dc480982f0441c268..7d1ad3e594d2f74c6476edf8201c369cc9674ff4 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| @@ -352,7 +352,7 @@ void NTPResourceCache::CreateNewTabHTML() {
|
| localized_strings.SetString("web_store_title",
|
| l10n_util::GetStringUTF16(IDS_EXTENSION_WEB_STORE_TITLE));
|
| localized_strings.SetString("web_store_url",
|
| - GetUrlWithLang(GURL(extension_misc::GetWebstoreLaunchURL())));
|
| + GetUrlWithLang(GURL(extension_urls::GetWebstoreLaunchURL())));
|
| localized_strings.SetString("syncpromotext",
|
| l10n_util::GetStringUTF16(IDS_SYNC_START_SYNC_BUTTON_LABEL));
|
| localized_strings.SetString("syncLinkText",
|
|
|