| Index: services/ui/public/interfaces/window_manager.mojom
|
| diff --git a/components/mus/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
|
| similarity index 96%
|
| rename from components/mus/public/interfaces/window_manager.mojom
|
| rename to services/ui/public/interfaces/window_manager.mojom
|
| index ed0ffe172a1023bdfbbf6e7dd0af7c276247af1f..9b8621fdf55be7a8e1469dfae565f6a3cea89a09 100644
|
| --- a/components/mus/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -4,10 +4,10 @@
|
|
|
| module mus.mojom;
|
|
|
| -import "components/mus/public/interfaces/cursor.mojom";
|
| -import "components/mus/public/interfaces/event_matcher.mojom";
|
| -import "components/mus/public/interfaces/window_manager_constants.mojom";
|
| -import "components/mus/public/interfaces/window_tree_constants.mojom";
|
| +import "services/ui/public/interfaces/cursor.mojom";
|
| +import "services/ui/public/interfaces/event_matcher.mojom";
|
| +import "services/ui/public/interfaces/window_manager_constants.mojom";
|
| +import "services/ui/public/interfaces/window_tree_constants.mojom";
|
| import "ui/events/mojo/event.mojom";
|
| import "ui/gfx/geometry/mojo/geometry.mojom";
|
|
|
|
|