Index: chrome/common/ipc_sync_channel_unittest.cc |
=================================================================== |
--- chrome/common/ipc_sync_channel_unittest.cc (revision 9103) |
+++ chrome/common/ipc_sync_channel_unittest.cc (working copy) |
@@ -20,12 +20,9 @@ |
#include "chrome/common/stl_util-inl.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#define IPC_MESSAGE_MACROS_ENUMS |
-#include "chrome/common/ipc_sync_channel_unittest.h" |
-// define the classes |
-#define IPC_MESSAGE_MACROS_CLASSES |
-#include "chrome/common/ipc_sync_channel_unittest.h" |
+#define MESSAGES_INTERNAL_FILE "chrome/common/ipc_sync_message_unittest.h" |
+#include "chrome/common/ipc_message_macros.h" |
using namespace IPC; |
using base::WaitableEvent; |