Index: chrome/tools/ipclist/ipcfuzz.cc |
=================================================================== |
--- chrome/tools/ipclist/ipcfuzz.cc (revision 110851) |
+++ chrome/tools/ipclist/ipcfuzz.cc (working copy) |
@@ -510,8 +510,11 @@ |
// STRUCT declarations cause corresponding STRUCT_TRAITS declarations to occur. |
#undef IPC_STRUCT_BEGIN |
+#undef IPC_STRUCT_BEGIN_WITH_PARENT |
#undef IPC_STRUCT_MEMBER |
#undef IPC_STRUCT_END |
+#define IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, parent)\ |
+ IPC_STRUCT_BEGIN(struct_name) |
#define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name) |
#define IPC_STRUCT_MEMBER(type, name) IPC_STRUCT_TRAITS_MEMBER(name) |
#define IPC_STRUCT_END() IPC_STRUCT_TRAITS_END() |