| Index: components/spellcheck/common/spellcheck_messages.h
|
| diff --git a/components/spellcheck/common/spellcheck_messages.h b/components/spellcheck/common/spellcheck_messages.h
|
| index c36a6c83e9b13031eb1e7914d07c4c0956f1ead8..54efa6ad167904b4f5b02e1b1e3ed31bb04785f7 100644
|
| --- a/components/spellcheck/common/spellcheck_messages.h
|
| +++ b/components/spellcheck/common/spellcheck_messages.h
|
| @@ -25,7 +25,7 @@ IPC_STRUCT_TRAITS_BEGIN(SpellCheckResult)
|
| IPC_STRUCT_TRAITS_MEMBER(decoration)
|
| IPC_STRUCT_TRAITS_MEMBER(location)
|
| IPC_STRUCT_TRAITS_MEMBER(length)
|
| - IPC_STRUCT_TRAITS_MEMBER(replacement)
|
| + IPC_STRUCT_TRAITS_MEMBER(replacements)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(SpellCheckBDictLanguage)
|
|
|