| Index: components/framelet/common/framelet_message_generator.cc
|
| diff --git a/ipc/ipc_test_message_generator.cc b/components/framelet/common/framelet_message_generator.cc
|
| similarity index 63%
|
| copy from ipc/ipc_test_message_generator.cc
|
| copy to components/framelet/common/framelet_message_generator.cc
|
| index c0e9c03b32d8c78d8e461e6d029bd0bbc46aa396..5b1dd366924f604ba032e2ddb08a461b7318015f 100644
|
| --- a/ipc/ipc_test_message_generator.cc
|
| +++ b/components/framelet/common/framelet_message_generator.cc
|
| @@ -4,30 +4,31 @@
|
|
|
| // Get basic type definitions.
|
| #define IPC_MESSAGE_IMPL
|
| -#include "ipc/ipc_test_message_generator.h"
|
| +#include "components/framelet/common/framelet_message_generator.h"
|
|
|
| // Generate constructors.
|
| #include "ipc/struct_constructor_macros.h"
|
| -#include "ipc/ipc_test_message_generator.h"
|
| +#include "components/framelet/common/framelet_message_generator.h"
|
|
|
| // Generate destructors.
|
| #include "ipc/struct_destructor_macros.h"
|
| -#include "ipc/ipc_test_message_generator.h"
|
| +#include "components/framelet/common/framelet_message_generator.h"
|
|
|
| // Generate param traits write methods.
|
| #include "ipc/param_traits_write_macros.h"
|
| namespace IPC {
|
| -#include "ipc/ipc_test_message_generator.h"
|
| +#include "components/framelet/common/framelet_message_generator.h"
|
| } // namespace IPC
|
|
|
| // Generate param traits read methods.
|
| #include "ipc/param_traits_read_macros.h"
|
| namespace IPC {
|
| -#include "ipc/ipc_test_message_generator.h"
|
| +#include "components/framelet/common/framelet_message_generator.h"
|
| } // namespace IPC
|
|
|
| // Generate param traits log methods.
|
| #include "ipc/param_traits_log_macros.h"
|
| namespace IPC {
|
| -#include "ipc/ipc_test_message_generator.h"
|
| +#include "components/framelet/common/framelet_message_generator.h"
|
| } // namespace IPC
|
| +
|
|
|