| Index: content/common/speech_recognition_messages.h
|
| diff --git a/content/common/speech_recognition_messages.h b/content/common/speech_recognition_messages.h
|
| index 7ab76c1c445a590201571e74336877370eb6cbca..dc3ceb38e4011fa8705ec5047c664e80e9a5c9b8 100644
|
| --- a/content/common/speech_recognition_messages.h
|
| +++ b/content/common/speech_recognition_messages.h
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "content/public/common/speech_recognition_error.h"
|
| #include "content/public/common/speech_recognition_result.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_param_traits.h"
|
| @@ -21,7 +22,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::SpeechRecognitionHypothesis)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::SpeechRecognitionResult)
|
| - IPC_STRUCT_TRAITS_MEMBER(error)
|
| IPC_STRUCT_TRAITS_MEMBER(hypotheses)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|