Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: chrome/browser/extensions/webstore_installer_test.cc

Issue 65163003: Move GetWebstoreLaunchURL and GetWebstoreItemDetailURLPrefix to extensions/common/extension_urls.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mt Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « chrome/browser/extensions/webstore_data_fetcher.cc ('k') | chrome/browser/extensions/webstore_standalone_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698