| OLD | NEW |
| 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 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 #include "content/common/frame_param.h" |
| 6 #include "content/common/cc_messages.h" |
| 7 |
| 6 #define IPC_MESSAGE_IMPL | 8 #define IPC_MESSAGE_IMPL |
| 7 #include "components/nacl/common/nacl_host_messages.h" | 9 #include "content/common/frame_param_macros.h" |
| 8 | 10 |
| 9 // Generate constructors. | 11 // Generate constructors. |
| 10 #include "ipc/struct_constructor_macros.h" | 12 #include "ipc/struct_constructor_macros.h" |
| 11 #include "components/nacl/common/nacl_host_messages.h" | 13 #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_ |
| 14 #include "content/common/frame_param_macros.h" |
| 12 | 15 |
| 13 // Generate destructors. | 16 // Generate destructors. |
| 14 #include "ipc/struct_destructor_macros.h" | 17 #include "ipc/struct_destructor_macros.h" |
| 15 #include "components/nacl/common/nacl_host_messages.h" | 18 #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_ |
| 19 #include "content/common/frame_param_macros.h" |
| 16 | 20 |
| 17 // Generate param traits write methods. | 21 // Generate param traits write methods. |
| 18 #include "ipc/param_traits_write_macros.h" | 22 #include "ipc/param_traits_write_macros.h" |
| 19 namespace IPC { | 23 namespace IPC { |
| 20 #include "components/nacl/common/nacl_host_messages.h" | 24 #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_ |
| 25 #include "content/common/frame_param_macros.h" |
| 21 } // namespace IPC | 26 } // namespace IPC |
| 22 | 27 |
| 23 // Generate param traits read methods. | 28 // Generate param traits read methods. |
| 24 #include "ipc/param_traits_read_macros.h" | 29 #include "ipc/param_traits_read_macros.h" |
| 25 namespace IPC { | 30 namespace IPC { |
| 26 #include "components/nacl/common/nacl_host_messages.h" | 31 #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_ |
| 32 #include "content/common/frame_param_macros.h" |
| 27 } // namespace IPC | 33 } // namespace IPC |
| 28 | 34 |
| 29 // Generate param traits log methods. | 35 // Generate param traits log methods. |
| 30 #include "ipc/param_traits_log_macros.h" | 36 #include "ipc/param_traits_log_macros.h" |
| 31 namespace IPC { | 37 namespace IPC { |
| 32 #include "components/nacl/common/nacl_host_messages.h" | 38 #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_ |
| 39 #include "content/common/frame_param_macros.h" |
| 33 } // namespace IPC | 40 } // namespace IPC |
| 34 | |
| OLD | NEW |