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

Unified Diff: ui/latency/ipc/latency_info_param_traits_macros.h

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/latency/ipc/latency_info_param_traits.cc ('k') | ui/latency/ipc/latency_info_param_traits_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/latency/ipc/latency_info_param_traits_macros.h
diff --git a/ui/events/ipc/latency_info_param_traits_macros.h b/ui/latency/ipc/latency_info_param_traits_macros.h
similarity index 77%
rename from ui/events/ipc/latency_info_param_traits_macros.h
rename to ui/latency/ipc/latency_info_param_traits_macros.h
index 03accf07df31138ccac908845dc1f3bfec4a05eb..60c1ff77440d1d51ea310a4fd7919ad180521f29 100644
--- a/ui/events/ipc/latency_info_param_traits_macros.h
+++ b/ui/latency/ipc/latency_info_param_traits_macros.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_EVENTS_IPC_LATENCY_INFO_PARAM_TRAITS_MACROS_H_
-#define UI_EVENTS_IPC_LATENCY_INFO_PARAM_TRAITS_MACROS_H_
+#ifndef UI_LATENCY_IPC_LATENCY_INFO_PARAM_TRAITS_MACROS_H_
+#define UI_LATENCY_IPC_LATENCY_INFO_PARAM_TRAITS_MACROS_H_
#include "ipc/ipc_message_macros.h"
-#include "ui/events/latency_info.h"
+#include "ui/latency/latency_info.h"
IPC_ENUM_TRAITS_MAX_VALUE(ui::LatencyComponentType,
ui::LATENCY_COMPONENT_TYPE_LAST)
@@ -22,4 +22,4 @@ IPC_STRUCT_TRAITS_END()
IPC_ENUM_TRAITS_MAX_VALUE(ui::SourceEventType,
ui::SourceEventType::SOURCE_EVENT_TYPE_LAST)
-#endif // UI_EVENTS_IPC_LATENCY_INFO_PARAM_TRAITS_MACROS_H_
+#endif // UI_LATENCY_IPC_LATENCY_INFO_PARAM_TRAITS_MACROS_H_
« no previous file with comments | « ui/latency/ipc/latency_info_param_traits.cc ('k') | ui/latency/ipc/latency_info_param_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698