Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698