summaryrefslogtreecommitdiffstats
path: root/content/test/mock_google_streaming_server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/mock_google_streaming_server.cc')
-rw-r--r--content/test/mock_google_streaming_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/mock_google_streaming_server.cc b/content/test/mock_google_streaming_server.cc
index e1b7fdf..4eae25c 100644
--- a/content/test/mock_google_streaming_server.cc
+++ b/content/test/mock_google_streaming_server.cc
@@ -93,7 +93,7 @@ void MockGoogleStreamingServer::SimulateResult(
proto_result->add_alternative();
const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i];
proto_alternative->set_confidence(hypothesis.confidence);
- proto_alternative->set_transcript(UTF16ToUTF8(hypothesis.utterance));
+ proto_alternative->set_transcript(base::UTF16ToUTF8(hypothesis.utterance));
}
std::string msg_string;