| Index: ipc/ipc_channel_posix.h
|
| diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h
|
| index c6da141d975c553d500e1786846d1b07f6d8ea72..717e43ee05fa710b27db64af7530360d2fcfef8c 100644
|
| --- a/ipc/ipc_channel_posix.h
|
| +++ b/ipc/ipc_channel_posix.h
|
| @@ -65,7 +65,7 @@ class IPC_EXPORT ChannelPosix : public Channel,
|
| virtual base::ProcessId GetPeerPID() const override;
|
| virtual base::ProcessId GetSelfPID() const override;
|
| virtual int GetClientFileDescriptor() const override;
|
| - virtual int TakeClientFileDescriptor() override;
|
| + virtual base::ScopedFD TakeClientFileDescriptor() override;
|
|
|
| // Returns true if the channel supports listening for connections.
|
| bool AcceptsConnections() const;
|
|
|