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 c97d78c51e4f2567352318532cdbcb2b002fc0dd..ce52e405ed660890ae6193bddb248ed5a4596ab9 100644 |
--- a/chrome/browser/extensions/webstore_installer_test.cc |
+++ b/chrome/browser/extensions/webstore_installer_test.cc |
@@ -50,7 +50,7 @@ WebstoreInstallerTest::WebstoreInstallerTest( |
WebstoreInstallerTest::~WebstoreInstallerTest() {} |
-void WebstoreInstallerTest::SetUpCommandLine(CommandLine* command_line) { |
+void WebstoreInstallerTest::SetUpCommandLine(base::CommandLine* command_line) { |
ExtensionBrowserTest::SetUpCommandLine(command_line); |
// We start the test server now instead of in |
// SetUpInProcessBrowserTestFixture so that we can get its port number. |
@@ -64,7 +64,7 @@ void WebstoreInstallerTest::SetUpCommandLine(CommandLine* command_line) { |
switches::kAppsGalleryURL, test_gallery_url_); |
GURL crx_url = GenerateTestServerUrl(webstore_domain_, crx_filename_); |
- CommandLine::ForCurrentProcess()->AppendSwitchASCII( |
+ base::CommandLine::ForCurrentProcess()->AppendSwitchASCII( |
switches::kAppsGalleryUpdateURL, crx_url.spec()); |
// Allow tests to call window.gc(), so that we can check that callback |