| Index: ipc/ipc_channel_proxy.cc
|
| diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc
|
| index 5a9c3e3dd807fa2d651a51096e7ba0fea975fa0d..e48a71ccb57da8cd5f9bd52f28da061225ac48a7 100644
|
| --- a/ipc/ipc_channel_proxy.cc
|
| +++ b/ipc/ipc_channel_proxy.cc
|
| @@ -100,7 +100,7 @@ bool ChannelProxy::Context::OnMessageReceivedNoFilter(const Message& message) {
|
| }
|
|
|
| // Called on the IPC::Channel thread
|
| -void ChannelProxy::Context::OnChannelConnected(int32 peer_pid) {
|
| +void ChannelProxy::Context::OnChannelConnected(int32_t peer_pid) {
|
| // We cache off the peer_pid so it can be safely accessed from both threads.
|
| peer_pid_ = channel_->GetPeerPID();
|
|
|
|
|