Chromium Code Reviews| Index: chrome/browser/speech/tts_win.cc |
| diff --git a/chrome/browser/speech/tts_win.cc b/chrome/browser/speech/tts_win.cc |
| index c711f9e8f1ce8dc679742aec80b8bb5e44923202..1886bd0d660385388a9e39403a457b1dea774136 100644 |
| --- a/chrome/browser/speech/tts_win.cc |
| +++ b/chrome/browser/speech/tts_win.cc |
| @@ -220,6 +220,8 @@ void TtsPlatformImplWin::OnSpeechEvent() { |
| utterance_id_, TTS_EVENT_SENTENCE, char_position_, |
| std::string()); |
| break; |
| + default: |
| + break; |
| } |
| } |
| } |