| Index: ui/events/mojo/traits_test_service.mojom
|
| diff --git a/ui/events/mojo/traits_test_service.mojom b/ui/events/mojo/traits_test_service.mojom
|
| index b7919eeb4b1f36b10bfbb21face11b6671af76e2..4968bf1cf0da4922b760a3b0a1c2cea457262a72 100644
|
| --- a/ui/events/mojo/traits_test_service.mojom
|
| +++ b/ui/events/mojo/traits_test_service.mojom
|
| @@ -4,12 +4,12 @@
|
|
|
| module ui.mojom;
|
|
|
| -import "components/mus/public/interfaces/input_events.mojom";
|
| +import "ui/events/mojo/event.mojom";
|
| import "ui/events/mojo/latency_info.mojom";
|
|
|
| interface TraitsTestService {
|
| [Sync]
|
| - EchoEvent(mus.mojom.Event e) => (mus.mojom.Event pass);
|
| + EchoEvent(Event e) => (Event pass);
|
|
|
| [Sync]
|
| EchoLatencyComponent(LatencyComponent l) => (LatencyComponent pass);
|
|
|