| Index: services/ui/ws/window_manager_window_tree_factory_set.cc
|
| diff --git a/components/mus/ws/window_manager_window_tree_factory_set.cc b/services/ui/ws/window_manager_window_tree_factory_set.cc
|
| similarity index 89%
|
| rename from components/mus/ws/window_manager_window_tree_factory_set.cc
|
| rename to services/ui/ws/window_manager_window_tree_factory_set.cc
|
| index 91d01a8ab47f27517ace89ceeb4057559be4d25f..e0e82a73280f83ca0beb34eabc3c5d93f2d3b50d 100644
|
| --- a/components/mus/ws/window_manager_window_tree_factory_set.cc
|
| +++ b/services/ui/ws/window_manager_window_tree_factory_set.cc
|
| @@ -2,13 +2,13 @@
|
| // 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_window_tree_factory_set.h"
|
| +#include "services/ui/ws/window_manager_window_tree_factory_set.h"
|
|
|
| -#include "components/mus/ws/user_id_tracker_observer.h"
|
| -#include "components/mus/ws/window_manager_window_tree_factory.h"
|
| -#include "components/mus/ws/window_manager_window_tree_factory_set_observer.h"
|
| -#include "components/mus/ws/window_server.h"
|
| -#include "components/mus/ws/window_tree.h"
|
| +#include "services/ui/ws/user_id_tracker_observer.h"
|
| +#include "services/ui/ws/window_manager_window_tree_factory.h"
|
| +#include "services/ui/ws/window_manager_window_tree_factory_set_observer.h"
|
| +#include "services/ui/ws/window_server.h"
|
| +#include "services/ui/ws/window_tree.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
|
|