| Index: content/browser/service_worker/service_worker_provider_host.h
|
| diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
|
| index 5a0f80449b8ea8e6f60edf6cda0530d75f5db0e5..995d3e4eb64434ec5471c99b4897de96cc1992ff 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -133,7 +133,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
|
|
| // ServiceWorkerRegistration::Listener overrides.
|
| virtual void OnRegistrationFailed(
|
| - ServiceWorkerRegistration* registration) OVERRIDE;
|
| + ServiceWorkerRegistration* registration) override;
|
|
|
| // Sets the controller version field to |version| or if |version| is NULL,
|
| // clears the field.
|
|
|