| Index: remoting/host/desktop_process_unittest.cc
|
| diff --git a/remoting/host/desktop_process_unittest.cc b/remoting/host/desktop_process_unittest.cc
|
| index b861cf08fa890cc6095ba5d9c98f803023d205bd..bc509882c1ad8e249544cdaae6d5dc7d4370dba2 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)
|
|
|