| Index: content/public/test/fake_speech_recognition_manager.cc
|
| diff --git a/content/public/test/fake_speech_recognition_manager.cc b/content/public/test/fake_speech_recognition_manager.cc
|
| index 3d7b5825856068c39a61f6aefdb7df7de81fa70d..7f8e367a4326b73ca06e86c8830cc5ba0bbbe997 100644
|
| --- a/content/public/test/fake_speech_recognition_manager.cc
|
| +++ b/content/public/test/fake_speech_recognition_manager.cc
|
| @@ -147,7 +147,7 @@ void FakeSpeechRecognitionManager::SetFakeRecognitionResult() {
|
| listener_->OnAudioEnd(session_id_);
|
| SpeechRecognitionResult result;
|
| result.hypotheses.push_back(SpeechRecognitionHypothesis(
|
| - ASCIIToUTF16(kTestResult), 1.0));
|
| + base::ASCIIToUTF16(kTestResult), 1.0));
|
| SpeechRecognitionResults results;
|
| results.push_back(result);
|
| listener_->OnRecognitionResults(session_id_, results);
|
|
|