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

Unified Diff: chrome/common/extensions/api/speech/tts_engine_manifest_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/api/speech/tts_engine_manifest_handler.cc
diff --git a/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc b/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
index 9919962e6f88da11643ec0044c9ef285b7773d98..9a5b544d958982d46c6d9ecc5fd4d27d2ee70830 100644
--- a/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
+++ b/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
@@ -22,7 +22,7 @@ namespace {
struct TtsVoices : public Extension::ManifestData {
TtsVoices() {}
- virtual ~TtsVoices() {}
+ ~TtsVoices() override {}
std::vector<extensions::TtsVoice> voices;
};

Powered by Google App Engine
This is Rietveld 408576698