| Index: services/ui/ws/window_tree_factory.cc
|
| diff --git a/components/mus/ws/window_tree_factory.cc b/services/ui/ws/window_tree_factory.cc
|
| similarity index 85%
|
| rename from components/mus/ws/window_tree_factory.cc
|
| rename to services/ui/ws/window_tree_factory.cc
|
| index c8befb724ab43fd143545d3db57f65dd617b514e..f567a59257e49189f3f8561e81c951b7bab5ed84 100644
|
| --- a/components/mus/ws/window_tree_factory.cc
|
| +++ b/services/ui/ws/window_tree_factory.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_tree_factory.h"
|
| +#include "services/ui/ws/window_tree_factory.h"
|
|
|
| #include "base/memory/ptr_util.h"
|
| -#include "components/mus/ws/default_access_policy.h"
|
| -#include "components/mus/ws/window_server.h"
|
| -#include "components/mus/ws/window_tree.h"
|
| -#include "components/mus/ws/window_tree_binding.h"
|
| +#include "services/ui/ws/default_access_policy.h"
|
| +#include "services/ui/ws/window_server.h"
|
| +#include "services/ui/ws/window_tree.h"
|
| +#include "services/ui/ws/window_tree_binding.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
|
|