Index: content/browser/speech/speech_recognizer.h |
=================================================================== |
--- content/browser/speech/speech_recognizer.h (revision 170700) |
+++ content/browser/speech/speech_recognizer.h (working copy) |
@@ -83,7 +83,7 @@ |
FSMEvent event; |
int audio_error_code; |
scoped_refptr<AudioChunk> audio_data; |
- SpeechRecognitionResults engine_results; |
+ SpeechRecognitionResult engine_result; |
SpeechRecognitionError engine_error; |
}; |
@@ -135,8 +135,8 @@ |
const uint8* data, uint32 size) OVERRIDE; |
// SpeechRecognitionEngineDelegate methods. |
- virtual void OnSpeechRecognitionEngineResults( |
- const SpeechRecognitionResults& results) OVERRIDE; |
+ virtual void OnSpeechRecognitionEngineResult( |
+ const SpeechRecognitionResult& result) OVERRIDE; |
virtual void OnSpeechRecognitionEngineError( |
const SpeechRecognitionError& error) OVERRIDE; |