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

Unified Diff: components/window_manager/public/interfaces/window_manager.mojom

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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: components/window_manager/public/interfaces/window_manager.mojom
diff --git a/third_party/mojo_services/src/window_manager/public/interfaces/window_manager.mojom b/components/window_manager/public/interfaces/window_manager.mojom
similarity index 95%
rename from third_party/mojo_services/src/window_manager/public/interfaces/window_manager.mojom
rename to components/window_manager/public/interfaces/window_manager.mojom
index ee1b02e8e72e77f63d6475d2f19f3b5134f5f365..b11b5ff7a1129cdd4e55adb8f68115a5ce28764e 100644
--- a/third_party/mojo_services/src/window_manager/public/interfaces/window_manager.mojom
+++ b/components/window_manager/public/interfaces/window_manager.mojom
@@ -4,8 +4,8 @@
module mojo;
-import "input_events/public/interfaces/input_events.mojom";
import "mojo/public/interfaces/application/service_provider.mojom";
+import "ui/mojo/events/input_events.mojom";
interface WindowManager {
// Requests the WindowManager to embed the app for |url| at an appropriate

Powered by Google App Engine
This is Rietveld 408576698