OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 "ui/events/ipc/latency_info_param_traits.h" |
6 #include "chrome/common/common_param_traits.h" | |
7 | 6 |
8 // Generate param traits write methods. | 7 // Generate param traits write methods. |
9 #include "ipc/param_traits_write_macros.h" | 8 #include "ipc/param_traits_write_macros.h" |
10 namespace IPC { | 9 namespace IPC { |
11 #undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ | 10 #undef UI_EVENTS_IPC_LATENCY_INFO_PARAM_TRAITS_H_ |
12 #include "chrome/common/common_param_traits_macros.h" | 11 #include "ui/events/ipc/latency_info_param_traits.h" |
13 } // namespace IPC | 12 } // namespace IPC |
14 | 13 |
15 // Generate param traits read methods. | 14 // Generate param traits read methods. |
16 #include "ipc/param_traits_read_macros.h" | 15 #include "ipc/param_traits_read_macros.h" |
17 namespace IPC { | 16 namespace IPC { |
18 #undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ | 17 #undef UI_EVENTS_IPC_LATENCY_INFO_PARAM_TRAITS_H_ |
19 #include "chrome/common/common_param_traits_macros.h" | 18 #include "ui/events/ipc/latency_info_param_traits.h" |
20 } // namespace IPC | 19 } // namespace IPC |
21 | 20 |
22 // Generate param traits log methods. | 21 // Generate param traits log methods. |
23 #include "ipc/param_traits_log_macros.h" | 22 #include "ipc/param_traits_log_macros.h" |
24 namespace IPC { | 23 namespace IPC { |
25 #undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ | 24 #undef UI_EVENTS_IPC_LATENCY_INFO_PARAM_TRAITS_H_ |
26 #include "chrome/common/common_param_traits_macros.h" | 25 #include "ui/events/ipc/latency_info_param_traits.h" |
27 } // namespace IPC | 26 } // namespace IPC |
OLD | NEW |