| Index: remoting/host/setup/daemon_installer_win.cc
|
| diff --git a/remoting/host/setup/daemon_installer_win.cc b/remoting/host/setup/daemon_installer_win.cc
|
| index 67c30a46b3794f07458a2e7812a87d7c47c1e01e..bc914b4eea26efa564d22fff6cb2651def1fc19f 100644
|
| --- a/remoting/host/setup/daemon_installer_win.cc
|
| +++ b/remoting/host/setup/daemon_installer_win.cc
|
| @@ -295,10 +295,10 @@ void DaemonCommandLineInstallerWin::Install() {
|
|
|
| // Launch the updater process and wait for its termination.
|
| string16 command_line = WideToUTF16(
|
| - StringPrintf(kGoogleUpdateCommandLineFormat,
|
| - google_update.c_str(),
|
| - kHostOmahaAppid,
|
| - kOmahaLanguage));
|
| + base::StringPrintf(kGoogleUpdateCommandLineFormat,
|
| + google_update.c_str(),
|
| + kHostOmahaAppid,
|
| + kOmahaLanguage));
|
|
|
| base::LaunchOptions options;
|
| if (!base::LaunchProcess(command_line, options, process_.Receive())) {
|
|
|