| Index: ipc/mojo/ipc_channel_mojo.h
|
| diff --git a/ipc/mojo/ipc_channel_mojo.h b/ipc/mojo/ipc_channel_mojo.h
|
| index a8a28ecc7fc31def78767b7a46c9c5bc3d2446fc..63325868060ccd163d595156831bf1361869f25e 100644
|
| --- a/ipc/mojo/ipc_channel_mojo.h
|
| +++ b/ipc/mojo/ipc_channel_mojo.h
|
| @@ -64,10 +64,10 @@ class IPC_MOJO_EXPORT ChannelMojo
|
| base::ProcessId GetPeerPID() const override;
|
| base::ProcessId GetSelfPID() const override;
|
|
|
| -#if defined(OS_POSIX) && !defined(OS_NACL)
|
| +#if defined(OS_POSIX) && !defined(OS_NACL_SFI)
|
| int GetClientFileDescriptor() const override;
|
| base::ScopedFD TakeClientFileDescriptor() override;
|
| -#endif // defined(OS_POSIX) && !defined(OS_NACL)
|
| +#endif // defined(OS_POSIX) && !defined(OS_NACL_SFI)
|
|
|
| // These access protected API of IPC::Message, which has ChannelMojo
|
| // as a friend class.
|
|
|