| Index: content/browser/service_worker/service_worker_registration_handle.h
|
| diff --git a/content/browser/service_worker/service_worker_registration_handle.h b/content/browser/service_worker/service_worker_registration_handle.h
|
| index 7a9cc3ed855ad833d90972874ae3f03f5f6a973a..882c7ccb0c68a1c0f31515788ed34c4e45a495e3 100644
|
| --- a/content/browser/service_worker/service_worker_registration_handle.h
|
| +++ b/content/browser/service_worker/service_worker_registration_handle.h
|
| @@ -28,8 +28,7 @@ class ServiceWorkerRegistrationHandle
|
| public:
|
| CONTENT_EXPORT ServiceWorkerRegistrationHandle(
|
| base::WeakPtr<ServiceWorkerContextCore> context,
|
| - ServiceWorkerDispatcherHost* dispatcher_host,
|
| - int provider_id,
|
| + base::WeakPtr<ServiceWorkerProviderHost> provider_host,
|
| ServiceWorkerRegistration* registration);
|
| virtual ~ServiceWorkerRegistrationHandle();
|
|
|
| @@ -62,7 +61,7 @@ class ServiceWorkerRegistrationHandle
|
| ServiceWorkerVersion* active_version);
|
|
|
| base::WeakPtr<ServiceWorkerContextCore> context_;
|
| - ServiceWorkerDispatcherHost* dispatcher_host_;
|
| + base::WeakPtr<ServiceWorkerProviderHost> provider_host_;
|
| const int provider_id_;
|
| const int handle_id_;
|
| int ref_count_; // Created with 1.
|
|
|