| 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_
|
|
|