Index: services/ui/ws/window_manager_state.cc |
diff --git a/components/mus/ws/window_manager_state.cc b/services/ui/ws/window_manager_state.cc |
similarity index 96% |
rename from components/mus/ws/window_manager_state.cc |
rename to services/ui/ws/window_manager_state.cc |
index b394514bef2b48bec9404fae185ebc6d8b9af0fc..e38019ec8744056f64a0ae34ddca1799c20893d0 100644 |
--- a/components/mus/ws/window_manager_state.cc |
+++ b/services/ui/ws/window_manager_state.cc |
@@ -2,20 +2,20 @@ |
// 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_state.h" |
+#include "services/ui/ws/window_manager_state.h" |
#include "base/memory/weak_ptr.h" |
-#include "components/mus/common/event_matcher_util.h" |
-#include "components/mus/ws/accelerator.h" |
-#include "components/mus/ws/display_manager.h" |
-#include "components/mus/ws/platform_display.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_display_root.h" |
-#include "components/mus/ws/window_server.h" |
-#include "components/mus/ws/window_tree.h" |
#include "services/shell/public/interfaces/connector.mojom.h" |
+#include "services/ui/common/event_matcher_util.h" |
+#include "services/ui/ws/accelerator.h" |
+#include "services/ui/ws/display_manager.h" |
+#include "services/ui/ws/platform_display.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_display_root.h" |
+#include "services/ui/ws/window_server.h" |
+#include "services/ui/ws/window_tree.h" |
#include "ui/events/event.h" |
namespace mus { |