diff options
Diffstat (limited to 'remoting/host/desktop_session_proxy.cc')
-rw-r--r-- | remoting/host/desktop_session_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/desktop_session_proxy.cc b/remoting/host/desktop_session_proxy.cc index 04add54..05a8188 100644 --- a/remoting/host/desktop_session_proxy.cc +++ b/remoting/host/desktop_session_proxy.cc @@ -143,7 +143,7 @@ bool DesktopSessionProxy::AttachToDesktop( // On posix: |desktop_pipe| is a valid file descriptor. DCHECK(desktop_pipe.auto_close); - IPC::ChannelHandle desktop_channel_handle(std::string(), desktop_pipe); + IPC::ChannelHandle desktop_channel_handle("", desktop_pipe); #else #error Unsupported platform. |