| Index: content/browser/service_worker/service_worker_provider_host.h
|
| diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
|
| index 0372b11dded2c624f8e78d0a17c2be358d9d0911..b067fdd284b66e9c8e7f0104645d75db7a01655f 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -32,7 +32,7 @@ class BlobStorageContext;
|
|
|
| namespace content {
|
|
|
| -class ResourceRequestBody;
|
| +class ResourceRequestBodyImpl;
|
| class ServiceWorkerContextCore;
|
| class ServiceWorkerDispatcherHost;
|
| class ServiceWorkerRequestHandler;
|
| @@ -145,7 +145,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
| RequestContextType request_context_type,
|
| RequestContextFrameType frame_type,
|
| base::WeakPtr<storage::BlobStorageContext> blob_storage_context,
|
| - scoped_refptr<ResourceRequestBody> body);
|
| + scoped_refptr<ResourceRequestBodyImpl> body);
|
|
|
| // Used to get a ServiceWorkerObjectInfo to send to the renderer. Finds an
|
| // existing ServiceWorkerHandle, and increments its reference count, or else
|
|
|