| Index: components/autofill/core/common/autofill_message_generator.cc
|
| diff --git a/components/autofill/core/common/autofill_message_generator.cc b/components/autofill/core/common/autofill_message_generator.cc
|
| index 48988146ab4f7b715242d0116a20ced8b860b608..30648fbeb33190aa7793b288f6b15c31c1bc029a 100644
|
| --- a/components/autofill/core/common/autofill_message_generator.cc
|
| +++ b/components/autofill/core/common/autofill_message_generator.cc
|
| @@ -17,17 +17,20 @@
|
| // Generate param traits write methods.
|
| #include "ipc/param_traits_write_macros.h"
|
| namespace IPC {
|
| -#include "components/autofill/core/common/autofill_message_generator.h"
|
| +#undef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| +#include "components/autofill/core/common/autofill_param_traits_macros.h"
|
| } // namespace IPC
|
|
|
| // Generate param traits read methods.
|
| #include "ipc/param_traits_read_macros.h"
|
| namespace IPC {
|
| -#include "components/autofill/core/common/autofill_message_generator.h"
|
| +#undef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| +#include "components/autofill/core/common/autofill_param_traits_macros.h"
|
| } // namespace IPC
|
|
|
| // Generate param traits log methods.
|
| #include "ipc/param_traits_log_macros.h"
|
| namespace IPC {
|
| -#include "components/autofill/core/common/autofill_message_generator.h"
|
| +#undef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| +#include "components/autofill/core/common/autofill_param_traits_macros.h"
|
| } // namespace IPC
|
|
|