| Index: ipc/ipc_channel_proxy.h
|
| diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
|
| index e4cd83a4dd736390b510a85052c7375e0a56791c..6fbbc2ac06228f20ab5736905252813c0c77daae 100644
|
| --- a/ipc/ipc_channel_proxy.h
|
| +++ b/ipc/ipc_channel_proxy.h
|
| @@ -181,7 +181,7 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
|
| // Calls through to the underlying channel's methods.
|
| int GetClientFileDescriptor();
|
| int TakeClientFileDescriptor();
|
| - bool GetClientEuid(uid_t* client_euid) const;
|
| + bool GetPeerEuid(uid_t* peer_euid) const;
|
| #endif // defined(OS_POSIX)
|
|
|
| protected:
|
|
|