Index: content/browser/service_worker/service_worker_url_request_job.h |
diff --git a/content/browser/service_worker/service_worker_url_request_job.h b/content/browser/service_worker/service_worker_url_request_job.h |
index 1535561ca2d65a901f4a6c04dc13c8d86769ee61..029871bed969260948766f54e73c318123c609b3 100644 |
--- a/content/browser/service_worker/service_worker_url_request_job.h |
+++ b/content/browser/service_worker/service_worker_url_request_job.h |
@@ -44,7 +44,7 @@ class BlobStorageContext; |
namespace content { |
class ResourceContext; |
-class ResourceRequestBody; |
+class ResourceRequestBodyImpl; |
class ServiceWorkerContextCore; |
class ServiceWorkerFetchDispatcher; |
class ServiceWorkerProviderHost; |
@@ -96,7 +96,7 @@ class CONTENT_EXPORT ServiceWorkerURLRequestJob |
ResourceType resource_type, |
RequestContextType request_context_type, |
RequestContextFrameType frame_type, |
- scoped_refptr<ResourceRequestBody> body, |
+ scoped_refptr<ResourceRequestBodyImpl> body, |
ServiceWorkerFetchType fetch_type, |
Delegate* delegate); |
@@ -266,7 +266,7 @@ class CONTENT_EXPORT ServiceWorkerURLRequestJob |
bool fall_back_required_; |
// ResourceRequestBody has a collection of BlobDataHandles attached to it |
// using the userdata mechanism. So we have to keep it not to free the blobs. |
- scoped_refptr<ResourceRequestBody> body_; |
+ scoped_refptr<ResourceRequestBodyImpl> body_; |
std::unique_ptr<storage::BlobDataHandle> request_body_blob_data_handle_; |
scoped_refptr<ServiceWorkerVersion> streaming_version_; |
ServiceWorkerFetchType fetch_type_; |