summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_input_dispatcher_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/speech/speech_input_dispatcher_host.cc')
-rw-r--r--content/browser/speech/speech_input_dispatcher_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/speech/speech_input_dispatcher_host.cc b/content/browser/speech/speech_input_dispatcher_host.cc
index ad1089d..8a67476 100644
--- a/content/browser/speech/speech_input_dispatcher_host.cc
+++ b/content/browser/speech/speech_input_dispatcher_host.cc
@@ -190,7 +190,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 =