| Index: content/browser/service_worker/service_worker_registration_handle.h
|
| diff --git a/content/browser/service_worker/service_worker_registration_handle.h b/content/browser/service_worker/service_worker_registration_handle.h
|
| index d6d7e05fa81d7e941560106be8f0cb5fd7b44b9f..d30a99c19ac7fc0d148ac4fad6e1086771216c51 100644
|
| --- a/content/browser/service_worker/service_worker_registration_handle.h
|
| +++ b/content/browser/service_worker/service_worker_registration_handle.h
|
| @@ -51,11 +51,11 @@ class ServiceWorkerRegistrationHandle
|
| virtual void OnVersionAttributesChanged(
|
| ServiceWorkerRegistration* registration,
|
| ChangedVersionAttributesMask changed_mask,
|
| - const ServiceWorkerRegistrationInfo& info) OVERRIDE;
|
| + const ServiceWorkerRegistrationInfo& info) override;
|
| virtual void OnRegistrationFailed(
|
| - ServiceWorkerRegistration* registration) OVERRIDE;
|
| + ServiceWorkerRegistration* registration) override;
|
| virtual void OnUpdateFound(
|
| - ServiceWorkerRegistration* registration) OVERRIDE;
|
| + ServiceWorkerRegistration* registration) override;
|
|
|
| // Sets the corresponding version field to the given version or if the given
|
| // version is NULL, clears the field.
|
|
|