From ef85bbeac4d297d238bb9c17312261182187cebc Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Wed, 11 Aug 2010 16:38:22 +0000 Subject: FBTF: Allow forward declaration of classes passed to sync IPC messages. This is a continuation of r55259, where we convert the remaining IPC messages to the new system. At this point, all the messages should be able to accept forward declared classes/structs as parameters. BUG=51411 TEST=none Review URL: http://codereview.chromium.org/3018045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55735 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_sync_channel_unittest.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ipc/ipc_sync_channel_unittest.cc') diff --git a/ipc/ipc_sync_channel_unittest.cc b/ipc/ipc_sync_channel_unittest.cc index 87e9773..a3b757a 100644 --- a/ipc/ipc_sync_channel_unittest.cc +++ b/ipc/ipc_sync_channel_unittest.cc @@ -26,6 +26,10 @@ #define MESSAGES_INTERNAL_FILE "ipc/ipc_sync_message_unittest.h" #include "ipc/ipc_message_macros.h" +// Definition of IPC Messages used for this test. +#define MESSAGES_INTERNAL_IMPL_FILE "ipc/ipc_sync_message_unittest.h" +#include "ipc/ipc_message_impl_macros.h" + using namespace IPC; using base::WaitableEvent; -- cgit v1.1