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

Unified Diff: ui/latency_info/ipc/latency_info_param_traits.h

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues Created 4 years, 8 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_info/ipc/latency_info_ipc_export.h ('k') | ui/latency_info/ipc/latency_info_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/latency_info/ipc/latency_info_param_traits.h
diff --git a/ui/events/ipc/latency_info_param_traits.h b/ui/latency_info/ipc/latency_info_param_traits.h
similarity index 59%
rename from ui/events/ipc/latency_info_param_traits.h
rename to ui/latency_info/ipc/latency_info_param_traits.h
index 9e11104341fc6d3907db26c35542555304011673..4bfdc6ef4e1b4fbc858a5e799f99b03476a1b256 100644
--- a/ui/events/ipc/latency_info_param_traits.h
+++ b/ui/latency_info/ipc/latency_info_param_traits.h
@@ -2,15 +2,15 @@
// 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_H_
-#define UI_EVENTS_IPC_LATENCY_INFO_PARAM_TRAITS_H_
+#ifndef UI_LATENCY_INFO_IPC_LATENCY_INFO_PARAM_TRAITS_H_
+#define UI_LATENCY_INFO_IPC_LATENCY_INFO_PARAM_TRAITS_H_
-#include "ui/events/ipc/events_ipc_export.h"
-#include "ui/events/latency_info.h"
+#include "ui/latency_info/ipc/latency_info_ipc_export.h"
+#include "ui/latency_info/latency_info.h"
namespace IPC {
template <>
-struct EVENTS_IPC_EXPORT ParamTraits<ui::LatencyInfo> {
+struct LATENCY_INFO_IPC_EXPORT ParamTraits<ui::LatencyInfo> {
typedef ui::LatencyInfo param_type;
static void Write(base::Pickle* m, const param_type& p);
static bool Read(const base::Pickle* m,
@@ -20,4 +20,4 @@ struct EVENTS_IPC_EXPORT ParamTraits<ui::LatencyInfo> {
};
} // namespace IPC
-#endif // UI_EVENTS_IPC_LATENCY_INFO_PARAM_TRAITS_H_
+#endif // UI_LATENCY_INFO_IPC_LATENCY_INFO_PARAM_TRAITS_H_
« no previous file with comments | « ui/latency_info/ipc/latency_info_ipc_export.h ('k') | ui/latency_info/ipc/latency_info_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698