| Index: chrome/browser/speech/tts_win.cc
|
| diff --git a/chrome/browser/speech/tts_win.cc b/chrome/browser/speech/tts_win.cc
|
| index f85cc4d419ede5ae1fff526373924ee598a74dc3..2422bedcf8d1b53ea2162c05e25b2b158c98aa55 100644
|
| --- a/chrome/browser/speech/tts_win.cc
|
| +++ b/chrome/browser/speech/tts_win.cc
|
| @@ -34,7 +34,7 @@ class TtsPlatformImplWin : public TtsPlatformImpl {
|
|
|
| virtual bool IsSpeaking();
|
|
|
| - virtual void GetVoices(std::vector<VoiceData>* out_voices) OVERRIDE;
|
| + virtual void GetVoices(std::vector<VoiceData>* out_voices) override;
|
|
|
| // Get the single instance of this class.
|
| static TtsPlatformImplWin* GetInstance();
|
|
|