| Index: extensions/browser/api/storage/storage_frontend.h
|
| diff --git a/extensions/browser/api/storage/storage_frontend.h b/extensions/browser/api/storage/storage_frontend.h
|
| index e0f3fb82261a4c737a8f27cd7a024851f0988c29..5e11b82524e8490ec420a3ca9de66d158ba89da6 100644
|
| --- a/extensions/browser/api/storage/storage_frontend.h
|
| +++ b/extensions/browser/api/storage/storage_frontend.h
|
| @@ -34,7 +34,7 @@ class StorageFrontend : public BrowserContextKeyedAPI {
|
| content::BrowserContext* context);
|
|
|
| // Public so tests can create and delete their own instances.
|
| - virtual ~StorageFrontend();
|
| + ~StorageFrontend() override;
|
|
|
| // Returns the value store cache for |settings_namespace|.
|
| ValueStoreCache* GetValueStoreCache(
|
|
|