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

Unified Diff: ui/latency/mojo/latency_info_struct_traits.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/mojo/latency_info.typemap ('k') | ui/latency/mojo/latency_info_struct_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/latency/mojo/latency_info_struct_traits.h
diff --git a/ui/events/mojo/latency_info_struct_traits.h b/ui/latency/mojo/latency_info_struct_traits.h
similarity index 93%
rename from ui/events/mojo/latency_info_struct_traits.h
rename to ui/latency/mojo/latency_info_struct_traits.h
index 62205308b05499bd6b9c134c4ffd373e5b904ba9..a409b989f0174a8b1bf91481de012d190d78df64 100644
--- a/ui/events/mojo/latency_info_struct_traits.h
+++ b/ui/latency/mojo/latency_info_struct_traits.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_EVENTS_MOJO_LATENCY_INFO_STRUCT_TRAITS_H_
-#define UI_EVENTS_MOJO_LATENCY_INFO_STRUCT_TRAITS_H_
+#ifndef UI_LATENCY_MOJO_LATENCY_INFO_STRUCT_TRAITS_H_
+#define UI_LATENCY_MOJO_LATENCY_INFO_STRUCT_TRAITS_H_
-#include "ui/events/latency_info.h"
-#include "ui/events/mojo/latency_info.mojom-shared.h"
#include "ui/gfx/geometry/mojo/geometry_struct_traits.h"
+#include "ui/latency/latency_info.h"
+#include "ui/latency/mojo/latency_info.mojom-shared.h"
namespace mojo {
@@ -95,4 +95,4 @@ struct StructTraits<ui::mojom::LatencyInfoDataView, ui::LatencyInfo> {
} // namespace mojo
-#endif // UI_EVENTS_MOJO_LATENCY_INFO_STRUCT_TRAITS_H_
+#endif // UI_LATENCY_MOJO_LATENCY_INFO_STRUCT_TRAITS_H_
« no previous file with comments | « ui/latency/mojo/latency_info.typemap ('k') | ui/latency/mojo/latency_info_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698