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 03029efd283cc8d85bb2feb2c0a2ee972eacdb6a..dfbf3a0668843f84ebaf816dc5461fe72ac95991 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)) { |
} |