Index: ipc/ipc_channel_proxy.cc |
diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc |
index f74dc83a4133b926c4aa67ddd04d1442dd2db6da..e2d7ad473cb1caa1bdd64f5460eff9be78a017f3 100644 |
--- a/ipc/ipc_channel_proxy.cc |
+++ b/ipc/ipc_channel_proxy.cc |
@@ -446,7 +446,7 @@ int ChannelProxy::GetClientFileDescriptor() { |
return channel->GetClientFileDescriptor(); |
} |
-int ChannelProxy::TakeClientFileDescriptor() { |
+base::ScopedFD ChannelProxy::TakeClientFileDescriptor() { |
DCHECK(CalledOnValidThread()); |
Channel* channel = context_.get()->channel_.get(); |