OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Get basic type definitions. | 5 // Get basic type definitions. |
6 #define IPC_MESSAGE_IMPL | 6 #define IPC_MESSAGE_IMPL |
7 #include "components/autofill/content/common/autofill_message_generator.h" | 7 #include "components/autofill/content/common/autofill_param_traits_macros.h" |
8 | 8 |
9 // Generate constructors. | 9 // Generate constructors. |
10 #include "ipc/struct_constructor_macros.h" | 10 #include "ipc/struct_constructor_macros.h" |
11 #include "components/autofill/content/common/autofill_message_generator.h" | 11 #include "components/autofill/content/common/autofill_param_traits_macros.h" |
12 | 12 |
13 // Generate destructors. | 13 // Generate destructors. |
14 #include "ipc/struct_destructor_macros.h" | 14 #include "ipc/struct_destructor_macros.h" |
15 #include "components/autofill/content/common/autofill_message_generator.h" | 15 #include "components/autofill/content/common/autofill_param_traits_macros.h" |
16 | 16 |
17 // Generate param traits size methods. | 17 // Generate param traits size methods. |
18 #include "ipc/param_traits_size_macros.h" | 18 #include "ipc/param_traits_size_macros.h" |
19 namespace IPC { | 19 namespace IPC { |
20 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ | 20 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ |
21 #include "components/autofill/content/common/autofill_message_generator.h" | |
22 #include "components/autofill/content/common/autofill_param_traits_macros.h" | 21 #include "components/autofill/content/common/autofill_param_traits_macros.h" |
23 } // namespace IPC | 22 } // namespace IPC |
24 | 23 |
25 // Generate param traits write methods. | 24 // Generate param traits write methods. |
26 #include "ipc/param_traits_write_macros.h" | 25 #include "ipc/param_traits_write_macros.h" |
27 namespace IPC { | 26 namespace IPC { |
28 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ | 27 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ |
29 #include "components/autofill/content/common/autofill_message_generator.h" | |
30 #include "components/autofill/content/common/autofill_param_traits_macros.h" | 28 #include "components/autofill/content/common/autofill_param_traits_macros.h" |
31 } // namespace IPC | 29 } // namespace IPC |
32 | 30 |
33 // Generate param traits read methods. | 31 // Generate param traits read methods. |
34 #include "ipc/param_traits_read_macros.h" | 32 #include "ipc/param_traits_read_macros.h" |
35 namespace IPC { | 33 namespace IPC { |
36 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ | 34 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ |
37 #include "components/autofill/content/common/autofill_message_generator.h" | |
38 #include "components/autofill/content/common/autofill_param_traits_macros.h" | 35 #include "components/autofill/content/common/autofill_param_traits_macros.h" |
39 } // namespace IPC | 36 } // namespace IPC |
40 | 37 |
41 // Generate param traits log methods. | 38 // Generate param traits log methods. |
42 #include "ipc/param_traits_log_macros.h" | 39 #include "ipc/param_traits_log_macros.h" |
43 namespace IPC { | 40 namespace IPC { |
44 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ | 41 #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ |
45 #include "components/autofill/content/common/autofill_message_generator.h" | |
46 #include "components/autofill/content/common/autofill_param_traits_macros.h" | 42 #include "components/autofill/content/common/autofill_param_traits_macros.h" |
47 } // namespace IPC | 43 } // namespace IPC |
OLD | NEW |