| 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 c472797bd512f26f4a1d9e81c797fe170989e9dd..6ae30cc3c3639577c468ef91c6d9b8a8a4482180 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| @@ -37,12 +37,12 @@
|
| #include "chrome/browser/web_resource/notification_promo.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension.h"
|
| -#include "chrome/common/extensions/extension_constants.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/render_process_host.h"
|
| +#include "extensions/common/extension_urls.h"
|
| #include "grit/browser_resources.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| @@ -443,7 +443,7 @@ void NTPResourceCache::CreateNewTabHTML() {
|
| load_time_data.SetString("learnMore",
|
| l10n_util::GetStringUTF16(IDS_LEARN_MORE));
|
| load_time_data.SetString("webStoreLink",
|
| - GetUrlWithLang(GURL(extension_urls::GetWebstoreLaunchURL())));
|
| + GetUrlWithLang(GURL(extensions::GetWebstoreLaunchURL())));
|
| load_time_data.SetString("appInstallHintText",
|
| l10n_util::GetStringUTF16(IDS_NEW_TAB_APP_INSTALL_HINT_LABEL));
|
| load_time_data.SetBoolean("isDiscoveryInNTPEnabled",
|
|
|