| Index: content/browser/service_worker/service_worker_version.h
|
| diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h
|
| index 417b301e117951038fa73907ad286404fd0233d9..db5392c1fcd62226bbc6a6b777293a67979c1e15 100644
|
| --- a/content/browser/service_worker/service_worker_version.h
|
| +++ b/content/browser/service_worker/service_worker_version.h
|
| @@ -591,7 +591,7 @@ class CONTENT_EXPORT ServiceWorkerVersion
|
| bool is_browser_startup_complete,
|
| const StatusCallback& callback,
|
| ServiceWorkerStatusCode status,
|
| - const scoped_refptr<ServiceWorkerRegistration>& registration);
|
| + scoped_refptr<ServiceWorkerRegistration> registration);
|
| void StartWorkerInternal();
|
|
|
| void DidSkipWaiting(int request_id);
|
| @@ -639,7 +639,7 @@ class CONTENT_EXPORT ServiceWorkerVersion
|
|
|
| void FoundRegistrationForUpdate(
|
| ServiceWorkerStatusCode status,
|
| - const scoped_refptr<ServiceWorkerRegistration>& registration);
|
| + scoped_refptr<ServiceWorkerRegistration> registration);
|
|
|
| void OnStoppedInternal(EmbeddedWorkerStatus old_status);
|
|
|
|
|