| Index: chrome/common/extensions/extension_constants.cc
|
| diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
|
| index 533fd874304e76edf3a39cf1ac62a54b2af3934a..b00edd8173bdb3fee2c077990df033c75b670c12 100644
|
| --- a/chrome/common/extensions/extension_constants.cc
|
| +++ b/chrome/common/extensions/extension_constants.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/command_line.h"
|
| #include "base/strings/string_util.h"
|
| #include "chrome/common/chrome_switches.h"
|
| +#include "extensions/common/extensions_client.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/url_util.h"
|
|
|
| @@ -61,7 +62,7 @@ GURL GetWebstoreUpdateUrl() {
|
| if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL))
|
| return GURL(cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL));
|
| else
|
| - return GetDefaultWebstoreUpdateUrl();
|
| + return extension_urls::GetDefaultWebstoreUpdateUrl();
|
| }
|
|
|
| GURL GetDefaultWebstoreUpdateUrl() {
|
|
|