Index: chrome/installer/setup/setup_main.cc |
diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc |
index ac57b66be942084e4408f8906438eb7bbb7c52dc..104c911f23d6100b43f760fa3ff89bd2e2c4696c 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; |