| Index: content/common/text_input_client_messages.h
|
| diff --git a/content/common/text_input_client_messages.h b/content/common/text_input_client_messages.h
|
| index c42a32aaf124eedf876ce0df838b0ddd7a183382..122e01778fcb352e775602754e88b5df3116bbf2 100644
|
| --- a/content/common/text_input_client_messages.h
|
| +++ b/content/common/text_input_client_messages.h
|
| @@ -13,6 +13,8 @@
|
| #endif
|
|
|
| #define IPC_MESSAGE_START TextInputClientMsgStart
|
| +#undef IPC_MESSAGE_EXPORT
|
| +#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
|
|
|
| // Browser -> Renderer Messages ////////////////////////////////////////////////
|
| // These messages are sent from the browser to the renderer. Each one has a
|
|
|