summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc')
-rw-r--r--chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc2
1 files changed, 1 insertions, 1 deletions
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 9919962..9a5b544 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;
};