Index: content/browser/speech/google_one_shot_remote_engine.cc |
diff --git a/content/browser/speech/google_one_shot_remote_engine.cc b/content/browser/speech/google_one_shot_remote_engine.cc |
index a421e79c2283642a801f00bf4d0750baf21f3ac3..575dd5fda6dc0b01700776376f615b9e2ae89166 100644 |
--- a/content/browser/speech/google_one_shot_remote_engine.cc |
+++ b/content/browser/speech/google_one_shot_remote_engine.cc |
@@ -121,7 +121,7 @@ bool ParseServerResponse(const std::string& response_body, |
const base::DictionaryValue* hypothesis_value = |
static_cast<const base::DictionaryValue*>(hypothesis); |
- string16 utterance; |
+ base::string16 utterance; |
if (!hypothesis_value->GetString(kUtteranceString, &utterance)) { |
LOG(WARNING) << "ParseServerResponse: Missing utterance value."; |