| Index: ipc/ipc_message_utils.h
|
| ===================================================================
|
| --- ipc/ipc_message_utils.h (revision 74341)
|
| +++ ipc/ipc_message_utils.h (working copy)
|
| @@ -121,6 +121,12 @@
|
| };
|
|
|
| //-----------------------------------------------------------------------------
|
| +// A dummy struct to place first just to allow leading commas for all
|
| +// members in the macro-generated constructor initializer lists.
|
| +struct NoParams {
|
| +};
|
| +
|
| +//-----------------------------------------------------------------------------
|
| // ParamTraits specializations, etc.
|
|
|
| template <class P>
|
|
|