Index: content/browser/loader/resource_dispatcher_host_impl.cc |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc |
index ade6e5d1648e01c3304f968789c526f469e63511..308aecaca3d8ac82bdb5095ac7f197fbdcd66aa3 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.cc |
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc |
@@ -981,7 +981,7 @@ bool ResourceDispatcherHostImpl::OnMessageReceived( |
IPC_END_MESSAGE_MAP() |
if (!handled && IPC_MESSAGE_ID_CLASS(message.type()) == ResourceMsgStart) { |
- PickleIterator iter(message); |
+ base::PickleIterator iter(message); |
int request_id = -1; |
bool ok = iter.ReadInt(&request_id); |
DCHECK(ok); |