| 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
|
|
|