| Index: services/ui/ws/window_tree_binding.h
|
| diff --git a/components/mus/ws/window_tree_binding.h b/services/ui/ws/window_tree_binding.h
|
| similarity index 90%
|
| rename from components/mus/ws/window_tree_binding.h
|
| rename to services/ui/ws/window_tree_binding.h
|
| index a9472b3566c5bf9321759e284431686ef9aeb889..bd2414d7dc3bf84cbc66f9abea4371ca6258c74c 100644
|
| --- a/components/mus/ws/window_tree_binding.h
|
| +++ b/services/ui/ws/window_tree_binding.h
|
| @@ -2,14 +2,14 @@
|
| // 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_BINDING_H_
|
| -#define COMPONENTS_MUS_WS_WINDOW_TREE_BINDING_H_
|
| +#ifndef SERVICES_UI_WS_WINDOW_TREE_BINDING_H_
|
| +#define SERVICES_UI_WS_WINDOW_TREE_BINDING_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| -#include "components/mus/public/interfaces/window_tree.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| +#include "services/ui/public/interfaces/window_tree.mojom.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -69,4 +69,4 @@ class DefaultWindowTreeBinding : public WindowTreeBinding {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_WINDOW_TREE_BINDING_H_
|
| +#endif // SERVICES_UI_WS_WINDOW_TREE_BINDING_H_
|
|
|