| Index: content/common/content_message_generator.cc
|
| diff --git a/content/common/content_message_generator.cc b/content/common/content_message_generator.cc
|
| index 2e2b5a636343a23ba30b9b705534eba2abdd2a2b..0b04ed30331edf50cafafb39c3edcce668911b13 100644
|
| --- a/content/common/content_message_generator.cc
|
| +++ b/content/common/content_message_generator.cc
|
| @@ -14,6 +14,12 @@
|
| #include "ipc/struct_destructor_macros.h"
|
| #include "content/common/content_message_generator.h"
|
|
|
| +// Generate param traits size methods.
|
| +#include "ipc/param_traits_size_macros.h"
|
| +namespace IPC {
|
| +#include "content/common/content_message_generator.h"
|
| +}
|
| +
|
| // Generate param traits write methods.
|
| #include "ipc/param_traits_write_macros.h"
|
| namespace IPC {
|
|
|