| Index: content/browser/service_worker/service_worker_job_coordinator.h
|
| diff --git a/content/browser/service_worker/service_worker_job_coordinator.h b/content/browser/service_worker/service_worker_job_coordinator.h
|
| index 5bb8e24c045863aecad8cdfa418b16fec8cbff9c..d590f0fcc2d553fa5e819a5f0d3e4c8cb334b89b 100644
|
| --- a/content/browser/service_worker/service_worker_job_coordinator.h
|
| +++ b/content/browser/service_worker/service_worker_job_coordinator.h
|
| @@ -61,7 +61,7 @@ class CONTENT_EXPORT ServiceWorkerJobCoordinator {
|
| // Called at ServiceWorkerRegisterJob completion.
|
| void UnregisterComplete(
|
| const ServiceWorkerRegisterJob::UnregistrationCallback& callback,
|
| - ServiceWorkerRegistrationStatus status,
|
| + ServiceWorkerStatusCode status,
|
| const scoped_refptr<ServiceWorkerRegistration>& registration);
|
|
|
| // The ServiceWorkerStorage object should always outlive this
|
|
|