Index: ui/events/mojo/event.mojom |
diff --git a/ui/events/mojo/event.mojom b/ui/events/mojo/event.mojom |
index eb016bbac925a055598fd1cab48b8849bd6ac91a..48c7cd55c5ee7428bb3de9e91fbb86b7cdece8f4 100644 |
--- a/ui/events/mojo/event.mojom |
+++ b/ui/events/mojo/event.mojom |
@@ -6,7 +6,7 @@ module ui.mojom; |
import "ui/events/mojo/event_constants.mojom"; |
import "ui/events/mojo/keyboard_codes.mojom"; |
-import "ui/events/mojo/latency_info.mojom"; |
+import "ui/latency/mojo/latency_info.mojom"; |
struct KeyData { |
// The chromium event key code; these values are from the ui/ KeyCode enum, |