| Index: ipc/ipc_channel_proxy.h
|
| diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
|
| index 00d5f42934317432503cb891c87dbb9d2358019f..84abc6536adb42abeb52c5862f2fe18f569113e3 100644
|
| --- a/ipc/ipc_channel_proxy.h
|
| +++ b/ipc/ipc_channel_proxy.h
|
| @@ -122,7 +122,7 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
|
| #if defined(OS_POSIX) && !defined(OS_NACL)
|
| // Calls through to the underlying channel's methods.
|
| int GetClientFileDescriptor();
|
| - int TakeClientFileDescriptor();
|
| + base::ScopedFD TakeClientFileDescriptor();
|
| #endif // defined(OS_POSIX)
|
|
|
| protected:
|
|
|