| Index: content/common/utility_messages.h
|
| diff --git a/content/common/utility_messages.h b/content/common/utility_messages.h
|
| index 6972a55556a8e9ab678548e48f1d95b3e71b128d..742deaa82e37ae266ac5c385f755ba06e95f821b 100644
|
| --- a/content/common/utility_messages.h
|
| +++ b/content/common/utility_messages.h
|
| @@ -8,6 +8,7 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/common/indexed_db/indexed_db_key.h"
|
| #include "content/common/indexed_db/indexed_db_param_traits.h"
|
| #include "content/public/common/common_param_traits.h"
|
| @@ -15,6 +16,8 @@
|
| #include "ipc/ipc_message_macros.h"
|
| #include "webkit/plugins/webplugininfo.h"
|
|
|
| +#undef IPC_MESSAGE_EXPORT
|
| +#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
|
| #define IPC_MESSAGE_START UtilityMsgStart
|
|
|
| //------------------------------------------------------------------------------
|
|
|