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 f7b7d353deb764c4cc4bc5864e1db7e71749b775..f54b6d7017f0ee4f52ee01691e25d8b6d2a44b50 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, |