| Index: services/ui/ws/window_manager_display_root.cc
|
| diff --git a/components/mus/ws/window_manager_display_root.cc b/services/ui/ws/window_manager_display_root.cc
|
| similarity index 83%
|
| rename from components/mus/ws/window_manager_display_root.cc
|
| rename to services/ui/ws/window_manager_display_root.cc
|
| index 351208d4af6bc6cf55a2c02ee7dae6c46cfe9633..37f842e4a27dd252e5806c494422e762c0914d07 100644
|
| --- a/components/mus/ws/window_manager_display_root.cc
|
| +++ b/services/ui/ws/window_manager_display_root.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/ws/window_manager_display_root.h"
|
| +#include "services/ui/ws/window_manager_display_root.h"
|
|
|
| -#include "components/mus/ws/display_manager.h"
|
| -#include "components/mus/ws/server_window.h"
|
| -#include "components/mus/ws/window_server.h"
|
| +#include "services/ui/ws/display_manager.h"
|
| +#include "services/ui/ws/server_window.h"
|
| +#include "services/ui/ws/window_server.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
|
|