| Index: content/browser/speech/speech_input_dispatcher_host.h
|
| diff --git a/content/browser/speech/speech_input_dispatcher_host.h b/content/browser/speech/speech_input_dispatcher_host.h
|
| index 8dbb65eb8502b64f8f2d960100c3953bde235752..f84070bab263e7e2ffbf791cb2920ea4c7cd597e 100644
|
| --- a/content/browser/speech/speech_input_dispatcher_host.h
|
| +++ b/content/browser/speech/speech_input_dispatcher_host.h
|
| @@ -30,7 +30,7 @@ class SpeechInputDispatcherHost : public BrowserMessageFilter,
|
|
|
| // SpeechInputManager::Delegate methods.
|
| virtual void SetRecognitionResult(int caller_id,
|
| - const SpeechInputResultArray& result);
|
| + const SpeechInputResult& result);
|
| virtual void DidCompleteRecording(int caller_id);
|
| virtual void DidCompleteRecognition(int caller_id);
|
|
|
|
|