diff options
Diffstat (limited to 'remoting/host/desktop_process_unittest.cc')
-rw-r--r-- | remoting/host/desktop_process_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/desktop_process_unittest.cc b/remoting/host/desktop_process_unittest.cc index b861cf0..bc50988 100644 --- a/remoting/host/desktop_process_unittest.cc +++ b/remoting/host/desktop_process_unittest.cc @@ -172,7 +172,7 @@ void DesktopProcessTest::ConnectNetworkChannel( IPC::PlatformFileForTransit desktop_process) { #if defined(OS_POSIX) - IPC::ChannelHandle channel_handle("", desktop_process); + IPC::ChannelHandle channel_handle(std::string(), desktop_process); #elif defined(OS_WIN) IPC::ChannelHandle channel_handle(desktop_process); #endif // defined(OS_WIN) |