Index: content/browser/speech/speech_recognizer_unittest.cc |
=================================================================== |
--- content/browser/speech/speech_recognizer_unittest.cc (revision 170700) |
+++ content/browser/speech/speech_recognizer_unittest.cc (working copy) |
@@ -96,8 +96,8 @@ |
CheckEventsConsistency(); |
} |
- virtual void OnRecognitionResults( |
- int session_id, const SpeechRecognitionResults& results) OVERRIDE { |
+ virtual void OnRecognitionResult( |
+ int session_id, const SpeechRecognitionResult& result) OVERRIDE { |
result_received_ = true; |
} |