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

Unified Diff: extensions/common/manifest_handlers/externally_connectable_unittest.cc

Issue 685503002: Standardize usage of virtual/override/final specifiers. (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/value_store/value_store_unittest.h ('k') | extensions/common/manifest_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/manifest_handlers/externally_connectable_unittest.cc
diff --git a/extensions/common/manifest_handlers/externally_connectable_unittest.cc b/extensions/common/manifest_handlers/externally_connectable_unittest.cc
index 9dedff3a4f09a9514dbb37a09019a39bede8a883..1096fa69ebc8e49ab61fbe30e3427731a3607717 100644
--- a/extensions/common/manifest_handlers/externally_connectable_unittest.cc
+++ b/extensions/common/manifest_handlers/externally_connectable_unittest.cc
@@ -21,7 +21,7 @@ namespace errors = externally_connectable_errors;
class ExternallyConnectableTest : public ManifestTest {
public:
ExternallyConnectableTest() {}
- virtual ~ExternallyConnectableTest() {}
+ ~ExternallyConnectableTest() override {}
protected:
ExternallyConnectableInfo* GetExternallyConnectableInfo(
« no previous file with comments | « extensions/browser/value_store/value_store_unittest.h ('k') | extensions/common/manifest_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698