Index: content/browser/speech/speech_recognition_browsertest.cc |
diff --git a/content/browser/speech/speech_recognition_browsertest.cc b/content/browser/speech/speech_recognition_browsertest.cc |
index 82daf323ff3053159f6a621f7b12f560a8277902..f97d222712b6a246c4a8cbcb04d0f54f0b14ef51 100644 |
--- a/content/browser/speech/speech_recognition_browsertest.cc |
+++ b/content/browser/speech/speech_recognition_browsertest.cc |
@@ -172,7 +172,7 @@ class SpeechRecognitionBrowserTest : |
SpeechRecognitionResult GetGoodSpeechResult() { |
SpeechRecognitionResult result; |
result.hypotheses.push_back(SpeechRecognitionHypothesis( |
- UTF8ToUTF16("Pictures of the moon"), 1.0F)); |
+ base::UTF8ToUTF16("Pictures of the moon"), 1.0F)); |
return result; |
} |