| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index a34a6031bad490026c64472b78233d9462950d40..0cb617542cbe9a0ace5952422bf74d0ef47cdae1 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -402,7 +402,7 @@ bool HostProcess::InitWithCommandLine(const base::CommandLine* cmd_line) {
|
|
|
| #if defined(OS_WIN)
|
| base::win::ScopedHandle pipe(reinterpret_cast<HANDLE>(pipe_handle));
|
| - IPC::ChannelHandle channel_handle(pipe);
|
| + IPC::ChannelHandle channel_handle(pipe.Get());
|
| #elif defined(OS_POSIX)
|
| base::FileDescriptor pipe(pipe_handle, true);
|
| IPC::ChannelHandle channel_handle(channel_name, pipe);
|
|
|