| Index: services/ui/public/cpp/window_manager_delegate.h
|
| diff --git a/components/mus/public/cpp/window_manager_delegate.h b/services/ui/public/cpp/window_manager_delegate.h
|
| similarity index 90%
|
| rename from components/mus/public/cpp/window_manager_delegate.h
|
| rename to services/ui/public/cpp/window_manager_delegate.h
|
| index 99ddf34cc4e10daae412fa917ebd078bebe9c909..2836789e497e827256a9b287c1f9f86364c1a4f9 100644
|
| --- a/components/mus/public/cpp/window_manager_delegate.h
|
| +++ b/services/ui/public/cpp/window_manager_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_PUBLIC_CPP_WINDOW_MANAGER_DELEGATE_H_
|
| -#define COMPONENTS_MUS_PUBLIC_CPP_WINDOW_MANAGER_DELEGATE_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_WINDOW_MANAGER_DELEGATE_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_WINDOW_MANAGER_DELEGATE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -13,9 +13,9 @@
|
| #include <vector>
|
|
|
| #include "base/callback_forward.h"
|
| -#include "components/mus/public/interfaces/cursor.mojom.h"
|
| -#include "components/mus/public/interfaces/event_matcher.mojom.h"
|
| -#include "components/mus/public/interfaces/window_manager_constants.mojom.h"
|
| +#include "services/ui/public/interfaces/cursor.mojom.h"
|
| +#include "services/ui/public/interfaces/event_matcher.mojom.h"
|
| +#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
|
| #include "ui/events/mojo/event.mojom.h"
|
|
|
| namespace display {
|
| @@ -113,4 +113,4 @@ class WindowManagerDelegate {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_PUBLIC_CPP_WINDOW_MANAGER_DELEGATE_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_WINDOW_MANAGER_DELEGATE_H_
|
|
|