| Index: remoting/host/desktop_session_proxy.cc
|
| diff --git a/remoting/host/desktop_session_proxy.cc b/remoting/host/desktop_session_proxy.cc
|
| index 4cda02a53e9789d31ddd105996e70915e89982ce..a33fde5e0edaf87b88ac1bbb004f4963c3994173 100644
|
| --- a/remoting/host/desktop_session_proxy.cc
|
| +++ b/remoting/host/desktop_session_proxy.cc
|
| @@ -248,7 +248,7 @@ bool DesktopSessionProxy::AttachToDesktop(
|
| }
|
| base::win::ScopedHandle pipe(temp_handle);
|
|
|
| - IPC::ChannelHandle desktop_channel_handle(pipe);
|
| + IPC::ChannelHandle desktop_channel_handle(pipe.Get());
|
|
|
| #elif defined(OS_POSIX)
|
| // On posix: |desktop_pipe| is a valid file descriptor.
|
|
|