| Index: components/autofill/content/common/autofill_message_generator.cc
|
| diff --git a/components/autofill/content/common/autofill_message_generator.cc b/components/autofill/content/common/autofill_message_generator.cc
|
| index 4bc61d1689f343625f46eddc8f5e339a18c9dfc8..10fe932c2b249e8c3732c23556c185e7db90c816 100644
|
| --- a/components/autofill/content/common/autofill_message_generator.cc
|
| +++ b/components/autofill/content/common/autofill_message_generator.cc
|
| @@ -4,21 +4,20 @@
|
|
|
| // Get basic type definitions.
|
| #define IPC_MESSAGE_IMPL
|
| -#include "components/autofill/content/common/autofill_message_generator.h"
|
| +#include "components/autofill/content/common/autofill_param_traits_macros.h"
|
|
|
| // Generate constructors.
|
| #include "ipc/struct_constructor_macros.h"
|
| -#include "components/autofill/content/common/autofill_message_generator.h"
|
| +#include "components/autofill/content/common/autofill_param_traits_macros.h"
|
|
|
| // Generate destructors.
|
| #include "ipc/struct_destructor_macros.h"
|
| -#include "components/autofill/content/common/autofill_message_generator.h"
|
| +#include "components/autofill/content/common/autofill_param_traits_macros.h"
|
|
|
| // Generate param traits size methods.
|
| #include "ipc/param_traits_size_macros.h"
|
| namespace IPC {
|
| #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| -#include "components/autofill/content/common/autofill_message_generator.h"
|
| #include "components/autofill/content/common/autofill_param_traits_macros.h"
|
| } // namespace IPC
|
|
|
| @@ -26,7 +25,6 @@ namespace IPC {
|
| #include "ipc/param_traits_write_macros.h"
|
| namespace IPC {
|
| #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| -#include "components/autofill/content/common/autofill_message_generator.h"
|
| #include "components/autofill/content/common/autofill_param_traits_macros.h"
|
| } // namespace IPC
|
|
|
| @@ -34,7 +32,6 @@ namespace IPC {
|
| #include "ipc/param_traits_read_macros.h"
|
| namespace IPC {
|
| #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| -#include "components/autofill/content/common/autofill_message_generator.h"
|
| #include "components/autofill/content/common/autofill_param_traits_macros.h"
|
| } // namespace IPC
|
|
|
| @@ -42,6 +39,5 @@ namespace IPC {
|
| #include "ipc/param_traits_log_macros.h"
|
| namespace IPC {
|
| #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| -#include "components/autofill/content/common/autofill_message_generator.h"
|
| #include "components/autofill/content/common/autofill_param_traits_macros.h"
|
| } // namespace IPC
|
|
|