| Index: chrome/common/spellcheck_messages.h
|
| diff --git a/chrome/common/spellcheck_messages.h b/chrome/common/spellcheck_messages.h
|
| index e69983ba94420995b0a62c34c87fb5421a4141b1..6123b5c8ee4bd9903ca4e7fdc8931bd77033f0b8 100644
|
| --- a/chrome/common/spellcheck_messages.h
|
| +++ b/chrome/common/spellcheck_messages.h
|
| @@ -5,21 +5,12 @@
|
| // IPC messages for spellcheck.
|
| // Multiply-included message file, hence no include guard.
|
|
|
| +#include "content/public/common/webkit_param_traits.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_platform_file.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextCheckingResult.h"
|
|
|
| #define IPC_MESSAGE_START SpellCheckMsgStart
|
|
|
| -IPC_ENUM_TRAITS(WebKit::WebTextCheckingResult::Error)
|
| -
|
| -IPC_STRUCT_TRAITS_BEGIN(WebKit::WebTextCheckingResult)
|
| - IPC_STRUCT_TRAITS_MEMBER(error)
|
| - IPC_STRUCT_TRAITS_MEMBER(position)
|
| - IPC_STRUCT_TRAITS_MEMBER(length)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| -
|
| // Messages sent from the browser to the renderer.
|
|
|
| IPC_MESSAGE_ROUTED0(SpellCheckMsg_ToggleSpellCheck)
|
|
|