| 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 008e292c8a7636d5bc21835b841b6ba9ce6a16ca..1d41a8b6e5a3b83daff0a589c8d949693ae6140e 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::ChromeStoreLaunchURL())));
 | 
| +      GetUrlWithLang(GURL(extension_misc::GetWebstoreLaunchURL())));
 | 
|    localized_strings.SetString("syncpromotext",
 | 
|        l10n_util::GetStringUTF16(IDS_SYNC_START_SYNC_BUTTON_LABEL));
 | 
|    localized_strings.SetString("syncLinkText",
 | 
| 
 |