| 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 9c33a3e1f556d49f025422c5565f3a2edba5747b..b442f01aad43185d93c2a49d3d8fd0d3e83ad32d 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -139,8 +139,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
| UpdateAfter24Hours);
|
|
|
| // ServiceWorkerRegistration::Listener overrides.
|
| - virtual void OnRegistrationFailed(
|
| - ServiceWorkerRegistration* registration) override;
|
| + void OnRegistrationFailed(ServiceWorkerRegistration* registration) override;
|
|
|
| // Sets the controller version field to |version| or if |version| is NULL,
|
| // clears the field.
|
|
|