Index: remoting/host/win/unprivileged_process_delegate.cc |
=================================================================== |
--- remoting/host/win/unprivileged_process_delegate.cc (revision 272152) |
+++ remoting/host/win/unprivileged_process_delegate.cc (working copy) |
@@ -291,7 +291,7 @@ |
"%d", reinterpret_cast<ULONG_PTR>(client.Get())); |
// Pass the IPC channel via the command line. |
- CommandLine command_line(target_command_->argv()); |
+ base::CommandLine command_line(target_command_->argv()); |
command_line.AppendSwitchASCII(kDaemonPipeSwitchName, pipe_handle); |
// Create our own window station and desktop accessible by |logon_sid|. |
@@ -418,4 +418,4 @@ |
event_handler_->OnProcessLaunched(limited_handle.Pass()); |
} |
-} // namespace remoting |
+} // namespace remoting |