| Index: content/browser/service_worker/service_worker_job_coordinator.cc
|
| diff --git a/content/browser/service_worker/service_worker_job_coordinator.cc b/content/browser/service_worker/service_worker_job_coordinator.cc
|
| index 046ddf03b1d6a4ff5dfb8b5e8e9798b58ac6a40d..58d7e442a585155ce22dd3cd1daa2673958ea6ab 100644
|
| --- a/content/browser/service_worker/service_worker_job_coordinator.cc
|
| +++ b/content/browser/service_worker/service_worker_job_coordinator.cc
|
| @@ -84,7 +84,7 @@ void ServiceWorkerJobCoordinator::FinishJob(const GURL& pattern,
|
|
|
| void ServiceWorkerJobCoordinator::UnregisterComplete(
|
| const ServiceWorkerRegisterJob::UnregistrationCallback& callback,
|
| - ServiceWorkerRegistrationStatus status,
|
| + ServiceWorkerStatusCode status,
|
| const scoped_refptr<ServiceWorkerRegistration>& previous_registration) {
|
| callback.Run(status);
|
| }
|
|
|