diff options
Diffstat (limited to 'webkit/blob/view_blob_internals_job.h')
-rw-r--r-- | webkit/blob/view_blob_internals_job.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/blob/view_blob_internals_job.h b/webkit/blob/view_blob_internals_job.h index 0248153..913531c 100644 --- a/webkit/blob/view_blob_internals_job.h +++ b/webkit/blob/view_blob_internals_job.h @@ -9,7 +9,9 @@ #include "net/url_request/url_request_simple_job.h" +namespace net { class URLRequest; +} // namespace net namespace webkit_blob { @@ -20,7 +22,7 @@ class BlobStorageController; // state of blob registry. class ViewBlobInternalsJob : public URLRequestSimpleJob { public: - ViewBlobInternalsJob(URLRequest* request, + ViewBlobInternalsJob(net::URLRequest* request, BlobStorageController* blob_storage_controller); virtual void Start(); |