| Index: services/ui/ws/display.h
|
| diff --git a/components/mus/ws/display.h b/services/ui/ws/display.h
|
| similarity index 90%
|
| rename from components/mus/ws/display.h
|
| rename to services/ui/ws/display.h
|
| index 419b1909c03e9b4d058b86a0f1617ccf8bef15c2..234d0eb0816413b2adb8215ede5239e67edf7058 100644
|
| --- a/components/mus/ws/display.h
|
| +++ b/services/ui/ws/display.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_DISPLAY_H_
|
| -#define COMPONENTS_MUS_WS_DISPLAY_H_
|
| +#ifndef SERVICES_UI_WS_DISPLAY_H_
|
| +#define SERVICES_UI_WS_DISPLAY_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -14,17 +14,17 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "components/mus/common/types.h"
|
| -#include "components/mus/public/interfaces/window_manager_constants.mojom.h"
|
| -#include "components/mus/public/interfaces/window_tree_host.mojom.h"
|
| -#include "components/mus/ws/focus_controller_delegate.h"
|
| -#include "components/mus/ws/focus_controller_observer.h"
|
| -#include "components/mus/ws/platform_display.h"
|
| -#include "components/mus/ws/server_window.h"
|
| -#include "components/mus/ws/server_window_observer.h"
|
| -#include "components/mus/ws/server_window_tracker.h"
|
| -#include "components/mus/ws/user_id_tracker_observer.h"
|
| -#include "components/mus/ws/window_manager_window_tree_factory_set_observer.h"
|
| +#include "services/ui/common/types.h"
|
| +#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
|
| +#include "services/ui/public/interfaces/window_tree_host.mojom.h"
|
| +#include "services/ui/ws/focus_controller_delegate.h"
|
| +#include "services/ui/ws/focus_controller_observer.h"
|
| +#include "services/ui/ws/platform_display.h"
|
| +#include "services/ui/ws/server_window.h"
|
| +#include "services/ui/ws/server_window_observer.h"
|
| +#include "services/ui/ws/server_window_tracker.h"
|
| +#include "services/ui/ws/user_id_tracker_observer.h"
|
| +#include "services/ui/ws/window_manager_window_tree_factory_set_observer.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -221,4 +221,4 @@ class Display : public PlatformDisplayDelegate,
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_DISPLAY_H_
|
| +#endif // SERVICES_UI_WS_DISPLAY_H_
|
|
|