Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Side by Side Diff: ui/events/ipc/latency_info_param_traits.cc

Issue 291443006: Move LatencyInfo ipc traits from content/common/ to ui/events/ipc/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: have a separate events_ipc.gyp Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
jln (very slow on Chromium) 2014/05/20 17:45:11 No (c) in new files.
Yufeng Shen (Slow to review) 2014/05/20 18:32:34 Done.
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698