| Index: chrome/browser/mac/install_from_dmg.mm
|
| diff --git a/chrome/browser/mac/install_from_dmg.mm b/chrome/browser/mac/install_from_dmg.mm
|
| index 2f7e81c179cf7c493c132bd09f7b98b259fb6e1c..15c31753dba1df968d48c33b563e7f58e4b30bf2 100644
|
| --- a/chrome/browser/mac/install_from_dmg.mm
|
| +++ b/chrome/browser/mac/install_from_dmg.mm
|
| @@ -365,7 +365,7 @@ bool LaunchInstalledApp(NSString* installed_path,
|
| helper_path = helper_path.Append(chrome::kHelperProcessExecutablePath);
|
|
|
| std::vector<std::string> args =
|
| - CommandLine::ForCurrentProcess()->argv();
|
| + base::CommandLine::ForCurrentProcess()->argv();
|
| args[0] = browser_path.value();
|
|
|
| std::vector<std::string> relauncher_args;
|
|
|