| Index: remoting/host/win/wts_session_process_delegate.cc
|
| ===================================================================
|
| --- remoting/host/win/wts_session_process_delegate.cc (revision 272152)
|
| +++ remoting/host/win/wts_session_process_delegate.cc (working copy)
|
| @@ -348,7 +348,7 @@
|
| DCHECK(!pipe_.IsValid());
|
| DCHECK(!worker_process_.IsValid());
|
|
|
| - CommandLine command_line(target_command_->argv());
|
| + base::CommandLine command_line(target_command_->argv());
|
| if (launch_elevated_) {
|
| // The job object is not ready. Retry starting the host process later.
|
| if (!job_.IsValid()) {
|
| @@ -564,4 +564,4 @@
|
| core_->KillProcess();
|
| }
|
|
|
| -} // namespace remoting
|
| +} // namespace remoting
|
|
|