Chromium Code Reviews| Index: chrome/common/tts_utterance_request.h |
| diff --git a/chrome/common/tts_utterance_request.h b/chrome/common/tts_utterance_request.h |
| index 4e46ed748d383694ae3d0d99fed74d2c6e612801..e1c20def7cd32d440da280f1dd26f5e0fbb12761 100644 |
| --- a/chrome/common/tts_utterance_request.h |
| +++ b/chrome/common/tts_utterance_request.h |
| @@ -24,6 +24,7 @@ struct TtsUtteranceRequest { |
| struct TtsVoice { |
| TtsVoice(); |
| + TtsVoice(const TtsVoice& other); |
| ~TtsVoice(); |
| std::string voice_uri; |