Index: ui/mojo/events/input_events.mojom |
diff --git a/third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom b/ui/mojo/events/input_events.mojom |
similarity index 93% |
rename from third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom |
rename to ui/mojo/events/input_events.mojom |
index 9fa363034e94c4eb99ee19b8a59ce6af6b312106..f7d56b5bd13dda446913f54cd38ef1a4403d650e 100644 |
--- a/third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom |
+++ b/ui/mojo/events/input_events.mojom |
@@ -4,9 +4,9 @@ |
module mojo; |
-import "geometry/public/interfaces/geometry.mojom"; |
-import "input_events/public/interfaces/input_event_constants.mojom"; |
-import "input_events/public/interfaces/input_key_codes.mojom"; |
+import "ui/mojo/events/input_event_constants.mojom"; |
+import "ui/mojo/events/input_key_codes.mojom"; |
+import "ui/mojo/geometry/geometry.mojom"; |
struct KeyData { |
// The chromium event key code; these values are from the ui/ KeyCode enum, |