| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index 1662cd93dad98ec97eefaea12ee41518d0dd2938..a5408409e5bc2037b403084e9542864868f07c1b 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -474,7 +474,7 @@ void ResourceDispatcher::SetDefersLoading(int request_id, bool value) {
|
| void ResourceDispatcher::DidChangePriority(int request_id,
|
| net::RequestPriority new_priority,
|
| int intra_priority_value) {
|
| - DCHECK(ContainsKey(pending_requests_, request_id));
|
| + DCHECK(base::ContainsKey(pending_requests_, request_id));
|
| message_sender_->Send(new ResourceHostMsg_DidChangePriority(
|
| request_id, new_priority, intra_priority_value));
|
| }
|
|
|