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

Unified Diff: chrome/common/extensions/manifest_handlers/mime_types_handler.cc

Issue 653773004: Standardize usage of virtual/override/final in chrome/ (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
Index: chrome/common/extensions/manifest_handlers/mime_types_handler.cc
diff --git a/chrome/common/extensions/manifest_handlers/mime_types_handler.cc b/chrome/common/extensions/manifest_handlers/mime_types_handler.cc
index 3e22d7f6621cd0a83d3bd1441daf9a52bd7a6f73..dd25d89f8f5c2f16ace4b9d4a1c97c681d9c4302 100644
--- a/chrome/common/extensions/manifest_handlers/mime_types_handler.cc
+++ b/chrome/common/extensions/manifest_handlers/mime_types_handler.cc
@@ -30,7 +30,7 @@ struct MimeTypesHandlerInfo : public extensions::Extension::ManifestData {
MimeTypesHandler handler_;
MimeTypesHandlerInfo();
- virtual ~MimeTypesHandlerInfo();
+ ~MimeTypesHandlerInfo() override;
};
MimeTypesHandlerInfo::MimeTypesHandlerInfo() {

Powered by Google App Engine
This is Rietveld 408576698