diff options
Diffstat (limited to 'webkit/blob/view_blob_internals_job.cc')
-rw-r--r-- | webkit/blob/view_blob_internals_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/blob/view_blob_internals_job.cc b/webkit/blob/view_blob_internals_job.cc index 00c3eb3..6d6955b 100644 --- a/webkit/blob/view_blob_internals_job.cc +++ b/webkit/blob/view_blob_internals_job.cc @@ -100,7 +100,7 @@ void AddHTMLButton(const std::string& title, namespace webkit_blob { ViewBlobInternalsJob::ViewBlobInternalsJob( - URLRequest* request, BlobStorageController* blob_storage_controller) + net::URLRequest* request, BlobStorageController* blob_storage_controller) : URLRequestSimpleJob(request), blob_storage_controller_(blob_storage_controller) { } |