| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index 7300c1e6ce04bf655a7136abde03dfa6fb8494c0..e180b427ed1a7d141aee59b3c0d389147a759f4b 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -1159,7 +1159,7 @@ int WINAPI wWinMain(HINSTANCE instance, HINSTANCE prev_instance,
|
| installer::InitInstallerLogging(prefs);
|
|
|
| const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
|
| - VLOG(1) << "Command Line: " << cmd_line.command_line_string();
|
| + VLOG(1) << "Command Line: " << cmd_line.GetCommandLineString();
|
|
|
| VLOG(1) << "multi install is " << prefs.is_multi_install();
|
| bool system_install = false;
|
|
|