| Index: remoting/host/win/unprivileged_process_delegate.cc
|
| diff --git a/remoting/host/win/unprivileged_process_delegate.cc b/remoting/host/win/unprivileged_process_delegate.cc
|
| index 9b22a703bc8ec4fec438a8aef288456f7ecc3345..2f0bb62fbc1645a1a6a669c2bdefdac8a0c5906a 100644
|
| --- a/remoting/host/win/unprivileged_process_delegate.cc
|
| +++ b/remoting/host/win/unprivileged_process_delegate.cc
|
| @@ -214,7 +214,7 @@ bool CreateWindowStationAndDesktop(ScopedSid logon_sid,
|
|
|
| UnprivilegedProcessDelegate::UnprivilegedProcessDelegate(
|
| scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
|
| - scoped_ptr<CommandLine> target_command)
|
| + scoped_ptr<base::CommandLine> target_command)
|
| : io_task_runner_(io_task_runner),
|
| event_handler_(NULL),
|
| target_command_(target_command.Pass()) {
|
|
|