| Index: services/ui/ws/window_manager_state.h
|
| diff --git a/components/mus/ws/window_manager_state.h b/services/ui/ws/window_manager_state.h
|
| similarity index 94%
|
| rename from components/mus/ws/window_manager_state.h
|
| rename to services/ui/ws/window_manager_state.h
|
| index dca6670d400ac522e3b2bc62821babc653840a3f..48ed156b7ac87f4376ab329313a6b15a2c782837 100644
|
| --- a/components/mus/ws/window_manager_state.h
|
| +++ b/services/ui/ws/window_manager_state.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_WS_WINDOW_MANAGER_STATE_H_
|
| -#define COMPONENTS_MUS_WS_WINDOW_MANAGER_STATE_H_
|
| +#ifndef SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_
|
| +#define SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -11,11 +11,11 @@
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/timer/timer.h"
|
| -#include "components/mus/public/interfaces/display.mojom.h"
|
| -#include "components/mus/ws/event_dispatcher.h"
|
| -#include "components/mus/ws/event_dispatcher_delegate.h"
|
| -#include "components/mus/ws/user_id.h"
|
| -#include "components/mus/ws/window_server.h"
|
| +#include "services/ui/public/interfaces/display.mojom.h"
|
| +#include "services/ui/ws/event_dispatcher.h"
|
| +#include "services/ui/ws/event_dispatcher_delegate.h"
|
| +#include "services/ui/ws/user_id.h"
|
| +#include "services/ui/ws/window_server.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -180,4 +180,4 @@ class WindowManagerState : public EventDispatcherDelegate {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_WINDOW_MANAGER_STATE_H_
|
| +#endif // SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_
|
|
|