| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index 2c4b075bbe16786921a9f9e13749d0be7933c929..f3bb02979f8d9223eb30727d2ea1cba6c4a6b64e 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -594,7 +594,7 @@ int ResourceDispatcher::StartAsync(const RequestInfo& request_info,
|
| request_info.loading_web_task_runner) {
|
| resource_scheduling_filter_->SetRequestIdTaskRunner(
|
| request_id,
|
| - base::WrapUnique(request_info.loading_web_task_runner->clone()));
|
| + request_info.loading_web_task_runner->clone());
|
| }
|
|
|
| message_sender_->Send(new ResourceHostMsg_RequestResource(
|
|
|