| Index: ui/events/latency_info.h
|
| diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h
|
| index 7f99683eca0f671e42ecc163ee48ee9386355266..c69d880193d60b77b6f6786ab8431cb38959a53a 100644
|
| --- a/ui/events/latency_info.h
|
| +++ b/ui/events/latency_info.h
|
| @@ -27,7 +27,7 @@ namespace ui {
|
|
|
| #if !defined(OS_IOS)
|
| namespace mojom {
|
| -class LatencyInfo;
|
| +class LatencyInfoDataView;
|
| }
|
| #endif
|
|
|
| @@ -238,7 +238,8 @@ class EVENTS_BASE_EXPORT LatencyInfo {
|
|
|
| #if !defined(OS_IOS)
|
| friend struct IPC::ParamTraits<ui::LatencyInfo>;
|
| - friend struct mojo::StructTraits<ui::mojom::LatencyInfo, ui::LatencyInfo>;
|
| + friend struct mojo::StructTraits<ui::mojom::LatencyInfoDataView,
|
| + ui::LatencyInfo>;
|
| #endif
|
| };
|
|
|
|
|