| Index: remoting/host/desktop_session_proxy.cc
|
| diff --git a/remoting/host/desktop_session_proxy.cc b/remoting/host/desktop_session_proxy.cc
|
| index 05a8188e86752a2a7f13e91d33c132693fec3192..04add543b748fba7e1da31d563d1047bf6a6d829 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("", desktop_pipe);
|
| + IPC::ChannelHandle desktop_channel_handle(std::string(), desktop_pipe);
|
|
|
| #else
|
| #error Unsupported platform.
|
|
|