summaryrefslogtreecommitdiffstats
path: root/webkit/blob/view_blob_internals_job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/blob/view_blob_internals_job.cc')
-rw-r--r--webkit/blob/view_blob_internals_job.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/webkit/blob/view_blob_internals_job.cc b/webkit/blob/view_blob_internals_job.cc
index 03029ef..dfbf3a0 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)) {
}