Index: chrome/tools/ipclist/ipcfuzz.cc |
diff --git a/chrome/tools/ipclist/ipcfuzz.cc b/chrome/tools/ipclist/ipcfuzz.cc |
index 133dd1cbb912af47a4046d5e110850339db84d9f..554f5123d1f451d75da0ba2db0c1a96df2d4a3b4 100644 |
--- a/chrome/tools/ipclist/ipcfuzz.cc |
+++ b/chrome/tools/ipclist/ipcfuzz.cc |
@@ -516,7 +516,7 @@ class PickleCracker : public Pickle { |
#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_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name) |
#define IPC_STRUCT_END() IPC_STRUCT_TRAITS_END() |
// Set up so next include will generate fuzz trait classes. |