| Index: content/child/service_worker/service_worker_dispatcher.h
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
|
| index 742c4d7ee19dd7a49de9d19fc73a30395ba4186f..8e8dd681428c555c6b1f62fe57993f7e8dabb201 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -147,7 +147,7 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| friend class WebServiceWorkerRegistrationImpl;
|
|
|
| // WorkerTaskRunner::Observer implementation.
|
| - virtual void OnWorkerRunLoopStopped() OVERRIDE;
|
| + virtual void OnWorkerRunLoopStopped() override;
|
|
|
| void OnAssociateRegistration(int thread_id,
|
| int provider_id,
|
|
|