| Index: services/ui/ws/display_manager.cc
|
| diff --git a/components/mus/ws/display_manager.cc b/services/ui/ws/display_manager.cc
|
| similarity index 92%
|
| rename from components/mus/ws/display_manager.cc
|
| rename to services/ui/ws/display_manager.cc
|
| index d5554093ec1f30b6105a18dace2dafb0bb7bd0c2..e3acc4a87ac28a5fc8fd248323372d6edc7b7640 100644
|
| --- a/components/mus/ws/display_manager.cc
|
| +++ b/services/ui/ws/display_manager.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/ws/display_manager.h"
|
| +#include "services/ui/ws/display_manager.h"
|
|
|
| #include "base/memory/ptr_util.h"
|
| -#include "components/mus/ws/display.h"
|
| -#include "components/mus/ws/display_manager_delegate.h"
|
| -#include "components/mus/ws/event_dispatcher.h"
|
| -#include "components/mus/ws/server_window.h"
|
| -#include "components/mus/ws/user_display_manager.h"
|
| -#include "components/mus/ws/user_id_tracker.h"
|
| -#include "components/mus/ws/window_manager_state.h"
|
| +#include "services/ui/ws/display.h"
|
| +#include "services/ui/ws/display_manager_delegate.h"
|
| +#include "services/ui/ws/event_dispatcher.h"
|
| +#include "services/ui/ws/server_window.h"
|
| +#include "services/ui/ws/user_display_manager.h"
|
| +#include "services/ui/ws/user_id_tracker.h"
|
| +#include "services/ui/ws/window_manager_state.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
|
|