| Index: services/ui/ws/window_tree.h
|
| diff --git a/components/mus/ws/window_tree.h b/services/ui/ws/window_tree.h
|
| similarity index 98%
|
| rename from components/mus/ws/window_tree.h
|
| rename to services/ui/ws/window_tree.h
|
| index 0e804f355a116e70aeecc3cb1e81222f50cb526b..3f8c01195d2ab917d14f262e043ac0716f52d423 100644
|
| --- a/components/mus/ws/window_tree.h
|
| +++ b/services/ui/ws/window_tree.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_WS_WINDOW_TREE_H_
|
| -#define COMPONENTS_MUS_WS_WINDOW_TREE_H_
|
| +#ifndef SERVICES_UI_WS_WINDOW_TREE_H_
|
| +#define SERVICES_UI_WS_WINDOW_TREE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -18,12 +18,12 @@
|
| #include "base/containers/hash_tables.h"
|
| #include "base/macros.h"
|
| #include "cc/ipc/surface_id.mojom.h"
|
| -#include "components/mus/public/interfaces/window_tree.mojom.h"
|
| -#include "components/mus/ws/access_policy_delegate.h"
|
| -#include "components/mus/ws/ids.h"
|
| -#include "components/mus/ws/user_id.h"
|
| -#include "components/mus/ws/window_tree_binding.h"
|
| #include "mojo/public/cpp/bindings/associated_binding.h"
|
| +#include "services/ui/public/interfaces/window_tree.mojom.h"
|
| +#include "services/ui/ws/access_policy_delegate.h"
|
| +#include "services/ui/ws/ids.h"
|
| +#include "services/ui/ws/user_id.h"
|
| +#include "services/ui/ws/window_tree_binding.h"
|
|
|
| namespace gfx {
|
| class Insets;
|
| @@ -494,4 +494,4 @@ class WindowTree : public mojom::WindowTree,
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_WINDOW_TREE_H_
|
| +#endif // SERVICES_UI_WS_WINDOW_TREE_H_
|
|
|