diff options
Diffstat (limited to 'remoting/host/setup/daemon_installer_win.cc')
-rw-r--r-- | remoting/host/setup/daemon_installer_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/daemon_installer_win.cc b/remoting/host/setup/daemon_installer_win.cc index f7b7d35..f54b6d7 100644 --- a/remoting/host/setup/daemon_installer_win.cc +++ b/remoting/host/setup/daemon_installer_win.cc @@ -293,7 +293,7 @@ void DaemonCommandLineInstallerWin::Install() { } // Launch the updater process and wait for its termination. - base::string16 command_line = WideToUTF16( + base::string16 command_line = base::WideToUTF16( base::StringPrintf(kGoogleUpdateCommandLineFormat, google_update.c_str(), kHostOmahaAppid, |