| Index: ppapi/nacl_irt/ppapi_dispatcher.cc
|
| diff --git a/ppapi/nacl_irt/ppapi_dispatcher.cc b/ppapi/nacl_irt/ppapi_dispatcher.cc
|
| index bd3f490832455f6e1bf85adbee1f1829931c8432..1e7ad10a1c34e34f87edf8f79d46e439f11b22be 100644
|
| --- a/ppapi/nacl_irt/ppapi_dispatcher.cc
|
| +++ b/ppapi/nacl_irt/ppapi_dispatcher.cc
|
| @@ -202,7 +202,7 @@ void PpapiDispatcher::OnMsgInitializeNaClDispatcher(
|
| void PpapiDispatcher::OnPluginDispatcherMessageReceived(
|
| const IPC::Message& msg) {
|
| // The first parameter should be a plugin dispatcher ID.
|
| - PickleIterator iter(msg);
|
| + base::PickleIterator iter(msg);
|
| uint32 id = 0;
|
| if (!iter.ReadUInt32(&id)) {
|
| NOTREACHED();
|
|
|