Index: chrome/installer/util/install_util.cc |
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc |
index 8406c3bd680f4ab2c2724d780daefc88f1e9a7e9..95bc66ce18b7ead4f9f2a5a3a23e7b85b0199672 100644 |
--- a/chrome/installer/util/install_util.cc |
+++ b/chrome/installer/util/install_util.cc |
@@ -118,7 +118,7 @@ bool InstallUtil::ExecuteExeAsAdmin(const CommandLine& cmd, DWORD* exit_code) { |
DCHECK(!program.empty()); |
DCHECK_NE(program[0], L'\"'); |
- CommandLine::StringType params(cmd.command_line_string()); |
+ CommandLine::StringType params(cmd.GetCommandLineString()); |
if (params[0] == '"') { |
DCHECK_EQ('"', params[program.length() + 1]); |
DCHECK_EQ(program, params.substr(1, program.length())); |