Index: content/public/common/speech_recognition_result.h |
=================================================================== |
--- content/public/common/speech_recognition_result.h (revision 170918) |
+++ content/public/common/speech_recognition_result.h (working copy) |
@@ -37,6 +37,8 @@ |
~SpeechRecognitionResult(); |
}; |
+typedef std::vector<SpeechRecognitionResult> SpeechRecognitionResults; |
+ |
} // namespace content |
#endif // CONTENT_PUBLIC_COMMON_SPEECH_RECOGNITION_RESULT_H_ |
Property changes on: content\public\common\speech_recognition_result.h |
___________________________________________________________________ |
Added: svn:mergeinfo |