| 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..d55373b60e3215ebd4582683fe5c0de4efa70ecd 100644
|
| --- a/components/autofill/core/common/autofill_message_generator.cc
|
| +++ b/components/autofill/core/common/autofill_message_generator.cc
|
| @@ -17,17 +17,23 @@
|
| // Generate param traits write methods.
|
| #include "ipc/param_traits_write_macros.h"
|
| namespace IPC {
|
| +#undef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| #include "components/autofill/core/common/autofill_message_generator.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 {
|
| +#undef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| #include "components/autofill/core/common/autofill_message_generator.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 {
|
| +#undef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
| #include "components/autofill/core/common/autofill_message_generator.h"
|
| +#include "components/autofill/core/common/autofill_param_traits_macros.h"
|
| } // namespace IPC
|
|
|