Index: ipc/ipc_channel_proxy.h |
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h |
index e2ad4a9495c1c0b4de821008c0b592f48025ebe7..dda5fa5f41cbc064cc4e14600fc5693962b98df8 100644 |
--- a/ipc/ipc_channel_proxy.h |
+++ b/ipc/ipc_channel_proxy.h |
@@ -119,8 +119,7 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe { |
// Returns base::kNullProcessId if the peer is not connected yet. |
base::ProcessId GetPeerPID() const { return context_->peer_pid_; } |
-#if defined(OS_POSIX) && \ |
- (!defined(OS_NACL) || defined(__native_client_nonsfi__)) |
+#if defined(OS_POSIX) && !defined(OS_NACL_SFI) |
// Calls through to the underlying channel's methods. |
int GetClientFileDescriptor(); |
base::ScopedFD TakeClientFileDescriptor(); |