Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: extensions/browser/api/storage/storage_frontend.h

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/api/storage/storage_api.h ('k') | extensions/browser/api/storage/storage_frontend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « extensions/browser/api/storage/storage_api.h ('k') | extensions/browser/api/storage/storage_frontend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698