| Index: content/common/devtools_messages.h
|
| diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h
|
| index 6adb62cd7bb527439a35e341cdddb03aad787736..47df66cfc2923558b79c7e345e4f83d66df88b2f 100644
|
| --- a/content/common/devtools_messages.h
|
| +++ b/content/common/devtools_messages.h
|
| @@ -42,6 +42,7 @@
|
| #include <map>
|
| #include <string>
|
|
|
| +#include "content/common/content_export.h"
|
| #include "ipc/ipc_message_macros.h"
|
|
|
| // Singly-included section.
|
| @@ -52,6 +53,9 @@ typedef std::map<std::string, std::string> DevToolsRuntimeProperties;
|
|
|
| #endif // CONTENT_COMMON_DEVTOOLS_MESSAGES_H_
|
|
|
| +#undef IPC_MESSAGE_EXPORT
|
| +#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
|
| +
|
| #define IPC_MESSAGE_START DevToolsMsgStart
|
|
|
| // These are messages sent from DevToolsAgent to DevToolsClient through the
|
|
|