Index: components/spellcheck/common/spellcheck_messages.h |
diff --git a/components/spellcheck/common/spellcheck_messages.h b/components/spellcheck/common/spellcheck_messages.h |
index fbb69e48b851f129e2016533bc4911ceed4dd715..95f2b1dd6c061d9020689a18f57eb476143f018c 100644 |
--- a/components/spellcheck/common/spellcheck_messages.h |
+++ b/components/spellcheck/common/spellcheck_messages.h |
@@ -23,7 +23,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() |
// Messages sent from the browser to the renderer. |