| Index: chrome/browser/extensions/webstore_installer_test.cc
|
| diff --git a/chrome/browser/extensions/webstore_installer_test.cc b/chrome/browser/extensions/webstore_installer_test.cc
|
| index 26d3549dffa5e936456b67c415bb9b4fbd1230c9..c6646e6a3afcdf4e61de287da7fdc85e9074d4e6 100644
|
| --- a/chrome/browser/extensions/webstore_installer_test.cc
|
| +++ b/chrome/browser/extensions/webstore_installer_test.cc
|
| @@ -24,6 +24,7 @@
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/browser_test_utils.h"
|
| +#include "extensions/common/switches.h"
|
| #include "net/base/host_port_pair.h"
|
| #include "net/dns/mock_host_resolver.h"
|
| #include "url/gurl.h"
|
| @@ -60,7 +61,7 @@ void WebstoreInstallerTest::SetUpCommandLine(CommandLine* command_line) {
|
| "http://%s:%d/files/%s",
|
| webstore_domain_.c_str(), host_port.port(), test_data_path_.c_str());
|
| command_line->AppendSwitchASCII(
|
| - switches::kAppsGalleryURL, test_gallery_url_);
|
| + extensions::switches::kAppsGalleryURL, test_gallery_url_);
|
|
|
| GURL crx_url = GenerateTestServerUrl(webstore_domain_, crx_filename_);
|
| CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
|
|