| Index: webkit/blob/view_blob_internals_job.cc
|
| diff --git a/webkit/blob/view_blob_internals_job.cc b/webkit/blob/view_blob_internals_job.cc
|
| index e5eb6aa8729b2cc91516ec504157d61ac304abb2..487dd835a0fde3394b7fef8e2e8bb02e38c159d4 100644
|
| --- a/webkit/blob/view_blob_internals_job.cc
|
| +++ b/webkit/blob/view_blob_internals_job.cc
|
| @@ -98,8 +98,10 @@ void AddHTMLButton(const std::string& title,
|
| namespace webkit_blob {
|
|
|
| ViewBlobInternalsJob::ViewBlobInternalsJob(
|
| - net::URLRequest* request, BlobStorageController* blob_storage_controller)
|
| - : net::URLRequestSimpleJob(request),
|
| + net::URLRequest* request,
|
| + net::NetworkDelegate* network_delegate,
|
| + BlobStorageController* blob_storage_controller)
|
| + : net::URLRequestSimpleJob(request, network_delegate),
|
| blob_storage_controller_(blob_storage_controller),
|
| ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| }
|
|
|