| Index: content/browser/service_worker/service_worker_unregister_job.h
|
| diff --git a/content/browser/service_worker/service_worker_unregister_job.h b/content/browser/service_worker/service_worker_unregister_job.h
|
| index a614253f076ec0132aba940ec1f733bd93377068..517bc27b0af29b953fdcc1217c2f33ec55091a3b 100644
|
| --- a/content/browser/service_worker/service_worker_unregister_job.h
|
| +++ b/content/browser/service_worker/service_worker_unregister_job.h
|
| @@ -51,7 +51,7 @@ class ServiceWorkerUnregisterJob : public ServiceWorkerRegisterJobBase {
|
| private:
|
| void OnRegistrationFound(
|
| ServiceWorkerStatusCode status,
|
| - const scoped_refptr<ServiceWorkerRegistration>& registration);
|
| + scoped_refptr<ServiceWorkerRegistration> registration);
|
| void Complete(int64_t registration_id, ServiceWorkerStatusCode status);
|
| void CompleteInternal(int64_t registration_id,
|
| ServiceWorkerStatusCode status);
|
|
|