summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_channel_factory.cc')
-rw-r--r--ipc/ipc_channel_factory.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipc/ipc_channel_factory.cc b/ipc/ipc_channel_factory.cc
index 3d5c866..d355328 100644
--- a/ipc/ipc_channel_factory.cc
+++ b/ipc/ipc_channel_factory.cc
@@ -64,8 +64,7 @@ void ChannelFactory::OnFileCanReadWithoutBlocking(int fd) {
if (!IsPeerAuthorized(new_fd))
return;
- ChannelHandle handle(std::string(),
- base::FileDescriptor(*scoped_fd.release(), true));
+ ChannelHandle handle("", base::FileDescriptor(*scoped_fd.release(), true));
delegate_->OnClientConnected(handle);
}