| Index: chrome/browser/extensions/webstore_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
|
| index 3c4c867a73aa0a99101232859363a54dda8f2c35..1ec913ef69796513599df6a02bf8c164a3b3b3a4 100644
|
| --- a/chrome/browser/extensions/webstore_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_installer.cc
|
| @@ -184,7 +184,7 @@ GURL WebstoreInstaller::GetWebstoreInstallURL(
|
| install_source = kDefaultInstallSource;
|
| }
|
|
|
| - CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess();
|
| if (cmd_line->HasSwitch(switches::kAppsGalleryDownloadURL)) {
|
| std::string download_url =
|
| cmd_line->GetSwitchValueASCII(switches::kAppsGalleryDownloadURL);
|
|
|