| Index: chrome/browser/speech/tts_win.cc
|
| diff --git a/chrome/browser/speech/tts_win.cc b/chrome/browser/speech/tts_win.cc
|
| index cb3a0c26af52a2f74e29995f8f3404c6ea935006..2dd1e29ea2c12def9f0f419e368ec5a774fed5fb 100644
|
| --- a/chrome/browser/speech/tts_win.cc
|
| +++ b/chrome/browser/speech/tts_win.cc
|
| @@ -100,7 +100,7 @@ bool TtsPlatformImplWin::Speak(
|
|
|
| // TODO(dmazzoni): convert SSML to SAPI xml. http://crbug.com/88072
|
|
|
| - utterance_ = UTF8ToWide(src_utterance);
|
| + utterance_ = base::UTF8ToWide(src_utterance);
|
| utterance_id_ = utterance_id;
|
| char_position_ = 0;
|
| std::wstring merged_utterance = prefix + utterance_ + suffix;
|
|
|