| Index: content/browser/speech/speech_input_dispatcher_host.cc
|
| diff --git a/content/browser/speech/speech_input_dispatcher_host.cc b/content/browser/speech/speech_input_dispatcher_host.cc
|
| index 54fd4ee6a02ac9026c042e7e583feebcccf66688..d6a50a5ecdc91257e0bdd9088937a47bbe410399 100644
|
| --- a/content/browser/speech/speech_input_dispatcher_host.cc
|
| +++ b/content/browser/speech/speech_input_dispatcher_host.cc
|
| @@ -186,7 +186,7 @@ void SpeechInputDispatcherHost::OnStopRecording(int render_view_id,
|
| }
|
|
|
| void SpeechInputDispatcherHost::SetRecognitionResult(
|
| - int caller_id, const SpeechInputResultArray& result) {
|
| + int caller_id, const SpeechInputResult& result) {
|
| VLOG(1) << "SpeechInputDispatcherHost::SetRecognitionResult enter";
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| int caller_render_view_id =
|
|
|