| 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 9f0ffa47eb70420a90452efb88915895fe2bde4f..2ecb05c533aa2558afb284d6788b4633b4284871 100644
|
| --- a/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| +++ b/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| @@ -33,6 +33,8 @@ struct TtsVoices : public Extension::ManifestData {
|
|
|
| TtsVoice::TtsVoice() : remote(false) {}
|
|
|
| +TtsVoice::TtsVoice(const TtsVoice& other) = default;
|
| +
|
| TtsVoice::~TtsVoice() {}
|
|
|
| // static
|
|
|