| Index: ppapi/proxy/url_loader_resource.cc
|
| diff --git a/ppapi/proxy/url_loader_resource.cc b/ppapi/proxy/url_loader_resource.cc
|
| index 0697e905c28b105ce26261463d7c598cc9f3b593..4ac345a2b80686797fd177c4425b32a83336de34 100644
|
| --- a/ppapi/proxy/url_loader_resource.cc
|
| +++ b/ppapi/proxy/url_loader_resource.cc
|
| @@ -265,7 +265,7 @@ void URLLoaderResource::OnPluginMsgReceivedResponse(
|
| void URLLoaderResource::OnPluginMsgSendData(
|
| const ResourceMessageReplyParams& params,
|
| const IPC::Message& message) {
|
| - PickleIterator iter(message);
|
| + base::PickleIterator iter(message);
|
| const char* data;
|
| int data_length;
|
| if (!iter.ReadData(&data, &data_length)) {
|
|
|