| Index: content/browser/service_worker/service_worker_internals_ui.h
|
| diff --git a/content/browser/service_worker/service_worker_internals_ui.h b/content/browser/service_worker/service_worker_internals_ui.h
|
| index 84c1e19204e7bae6cd7a39310ce4a6c250e9c326..f0c09d6861611f19f1eb3bf566096d4c7ff2b5ad 100644
|
| --- a/content/browser/service_worker/service_worker_internals_ui.h
|
| +++ b/content/browser/service_worker/service_worker_internals_ui.h
|
| @@ -42,7 +42,7 @@ class ServiceWorkerInternalsUI
|
| class OperationProxy;
|
| class PartitionObserver;
|
|
|
| - virtual ~ServiceWorkerInternalsUI();
|
| + ~ServiceWorkerInternalsUI() override;
|
| void AddContextFromStoragePartition(StoragePartition* partition);
|
|
|
| void RemoveObserverFromStoragePartition(StoragePartition* partition);
|
|
|