Index: content/browser/speech/speech_recognizer.cc |
diff --git a/content/browser/speech/speech_recognizer.cc b/content/browser/speech/speech_recognizer.cc |
index 9408f46852efe3c1c862f3d9124f80d588d3427f..3c44401dc1184f0f6007d5dbe0511f071d1c17a2 100644 |
--- a/content/browser/speech/speech_recognizer.cc |
+++ b/content/browser/speech/speech_recognizer.cc |
@@ -222,7 +222,7 @@ void SpeechRecognizer::HandleOnData(string* data) { |
// server to send the data and inform the delegate. |
delegate_->DidStartReceivingAudio(caller_id_); |
request_.reset(new SpeechRecognitionRequest( |
- Profile::GetDefaultRequestContext(), this)); |
+ Profile::Deprecated::GetDefaultRequestContext(), this)); |
request_->Start(language_, grammar_, hardware_info_, origin_url_, |
encoder_->mime_type()); |
} |