diff options
Diffstat (limited to 'ipc/mojo/ipc_channel_mojo.h')
-rw-r--r-- | ipc/mojo/ipc_channel_mojo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mojo/ipc_channel_mojo.h b/ipc/mojo/ipc_channel_mojo.h index 696d744..4752fab 100644 --- a/ipc/mojo/ipc_channel_mojo.h +++ b/ipc/mojo/ipc_channel_mojo.h @@ -98,7 +98,7 @@ class IPC_MOJO_EXPORT ChannelMojo : public Channel, #if defined(OS_POSIX) && !defined(OS_NACL) virtual int GetClientFileDescriptor() const override; - virtual int TakeClientFileDescriptor() override; + virtual base::ScopedFD TakeClientFileDescriptor() override; // These access protected API of IPC::Message, which has ChannelMojo // as a friend class. |