| Index: webkit/blob/view_blob_internals_job.h
|
| diff --git a/webkit/blob/view_blob_internals_job.h b/webkit/blob/view_blob_internals_job.h
|
| index 02481536c6caab81201b46c54f85c2640145252f..913531c2f3339fcde8b4f6234fb467e26e960f76 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();
|
|
|