| Index: chrome/common/ipc_sync_message_unittest.cc
|
| ===================================================================
|
| --- chrome/common/ipc_sync_message_unittest.cc (revision 9131)
|
| +++ chrome/common/ipc_sync_message_unittest.cc (working copy)
|
| @@ -14,10 +14,14 @@
|
| #include "base/logging.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +#define IPC_MESSAGE_MACROS_ENUMS
|
| +#include "chrome/common/ipc_sync_message_unittest.h"
|
|
|
| -#define MESSAGES_INTERNAL_FILE "chrome/common/ipc_sync_message_unittest.h"
|
| -#include "chrome/common/ipc_message_macros.h"
|
| +// define the classes
|
| +#define IPC_MESSAGE_MACROS_CLASSES
|
| +#include "chrome/common/ipc_sync_message_unittest.h"
|
|
|
| +
|
| static IPC::Message* g_reply;
|
|
|
| class TestMessageReceiver {
|
|
|