| Index: services/ui/public/cpp/window_tree_client.h
|
| diff --git a/components/mus/public/cpp/window_tree_client.h b/services/ui/public/cpp/window_tree_client.h
|
| similarity index 97%
|
| rename from components/mus/public/cpp/window_tree_client.h
|
| rename to services/ui/public/cpp/window_tree_client.h
|
| index 4c66d9f409ee0a8ec5ed6254e6534138516af7a1..e01c74a01723fac43a4f27fa16ce1615fb58b77f 100644
|
| --- a/components/mus/public/cpp/window_tree_client.h
|
| +++ b/services/ui/public/cpp/window_tree_client.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_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
|
| -#define COMPONENTS_MUS_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -16,12 +16,12 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| -#include "components/mus/common/types.h"
|
| -#include "components/mus/public/cpp/window.h"
|
| -#include "components/mus/public/cpp/window_manager_delegate.h"
|
| -#include "components/mus/public/interfaces/window_tree.mojom.h"
|
| #include "mojo/public/cpp/bindings/associated_binding.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| +#include "services/ui/common/types.h"
|
| +#include "services/ui/public/cpp/window.h"
|
| +#include "services/ui/public/cpp/window_manager_delegate.h"
|
| +#include "services/ui/public/interfaces/window_tree.mojom.h"
|
|
|
| namespace display {
|
| class Display;
|
| @@ -404,4 +404,4 @@ class WindowTreeClient : public mojom::WindowTreeClient,
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
|
|
|