Chromium Code Reviews| Index: chrome/common/spellcheck_messages.h |
| diff --git a/chrome/common/spellcheck_messages.h b/chrome/common/spellcheck_messages.h |
| index e69983ba94420995b0a62c34c87fb5421a4141b1..f1af8c10111a5b73d214dd282811ec7afacb5028 100644 |
| --- a/chrome/common/spellcheck_messages.h |
| +++ b/chrome/common/spellcheck_messages.h |
| @@ -11,12 +11,13 @@ |
| #define IPC_MESSAGE_START SpellCheckMsgStart |
| -IPC_ENUM_TRAITS(WebKit::WebTextCheckingResult::Error) |
| +IPC_ENUM_TRAITS(WebKit::WebTextCheckingType) |
|
darin (slow to review)
2012/02/13 17:42:37
serialization of webkit stuff should be in webkit_
|
| IPC_STRUCT_TRAITS_BEGIN(WebKit::WebTextCheckingResult) |
| - IPC_STRUCT_TRAITS_MEMBER(error) |
| - IPC_STRUCT_TRAITS_MEMBER(position) |
| + IPC_STRUCT_TRAITS_MEMBER(type) |
| + IPC_STRUCT_TRAITS_MEMBER(location) |
| IPC_STRUCT_TRAITS_MEMBER(length) |
| + IPC_STRUCT_TRAITS_MEMBER(replacement) |
| IPC_STRUCT_TRAITS_END() |