diff options
Diffstat (limited to 'remoting/host/setup/daemon_installer_win.cc')
-rw-r--r-- | remoting/host/setup/daemon_installer_win.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remoting/host/setup/daemon_installer_win.cc b/remoting/host/setup/daemon_installer_win.cc index 67c30a4..bc914b4 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())) { |