| Index: chrome/common/common_message_generator.cc
|
| ===================================================================
|
| --- chrome/common/common_message_generator.cc (revision 77874)
|
| +++ chrome/common/common_message_generator.cc (working copy)
|
| @@ -15,19 +15,21 @@
|
| #include "ipc/struct_destructor_macros.h"
|
| #include "chrome/common/common_message_generator.h"
|
|
|
| -namespace IPC {
|
| -
|
| // Generate param traits write methods.
|
| #include "ipc/param_traits_write_macros.h"
|
| +namespace IPC {
|
| #include "chrome/common/common_message_generator.h"
|
| +} // namespace IPC
|
|
|
| // Generate param traits read methods.
|
| #include "ipc/param_traits_read_macros.h"
|
| +namespace IPC {
|
| #include "chrome/common/common_message_generator.h"
|
| +} // namespace IPC
|
|
|
| // Generate param traits log methods.
|
| #include "ipc/param_traits_log_macros.h"
|
| +namespace IPC {
|
| #include "chrome/common/common_message_generator.h"
|
| -
|
| } // namespace IPC
|
|
|
|
|