| Index: ipc/ipc_channel_win.cc
|
| diff --git a/ipc/ipc_channel_win.cc b/ipc/ipc_channel_win.cc
|
| index 27043730695602dcf0f9cf4fd7d09806d9ce15aa..edba83a7045ec99e1bef769b7d5f30c6b4830f0c 100644
|
| --- a/ipc/ipc_channel_win.cc
|
| +++ b/ipc/ipc_channel_win.cc
|
| @@ -161,7 +161,7 @@ bool ChannelWin::WillDispatchInputMessage(Message* msg) {
|
| void ChannelWin::HandleInternalMessage(const Message& msg) {
|
| DCHECK_EQ(msg.type(), static_cast<unsigned>(Channel::HELLO_MESSAGE_TYPE));
|
| // The hello message contains one parameter containing the PID.
|
| - PickleIterator it(msg);
|
| + base::PickleIterator it(msg);
|
| int32 claimed_pid;
|
| bool failed = !it.ReadInt(&claimed_pid);
|
|
|
|
|