Index: content/public/common/speech_recognition_result.h |
diff --git a/content/public/common/speech_recognition_result.h b/content/public/common/speech_recognition_result.h |
index ec2dce9468c613f454218df3bd16d688e154aa30..6df809c7ab93abd6b674e71cedc539e13d2cdbe6 100644 |
--- a/content/public/common/speech_recognition_result.h |
+++ b/content/public/common/speech_recognition_result.h |
@@ -37,6 +37,8 @@ struct CONTENT_EXPORT SpeechRecognitionResult { |
~SpeechRecognitionResult(); |
}; |
+typedef std::vector<SpeechRecognitionResult> SpeechRecognitionResults; |
+ |
} // namespace content |
#endif // CONTENT_PUBLIC_COMMON_SPEECH_RECOGNITION_RESULT_H_ |