| Index: services/ui/ws/window_tree_host_factory.h
|
| diff --git a/components/mus/ws/window_tree_host_factory.h b/services/ui/ws/window_tree_host_factory.h
|
| similarity index 76%
|
| rename from components/mus/ws/window_tree_host_factory.h
|
| rename to services/ui/ws/window_tree_host_factory.h
|
| index 3df36ee7f8501bbfaeef9cc4c65dbcbf3e3b6e51..1ffbd16c72fe9010c4b50e1fecdd16d755dab9ed 100644
|
| --- a/components/mus/ws/window_tree_host_factory.h
|
| +++ b/services/ui/ws/window_tree_host_factory.h
|
| @@ -2,15 +2,15 @@
|
| // 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_HOST_FACTORY_H_
|
| -#define COMPONENTS_MUS_WS_WINDOW_TREE_HOST_FACTORY_H_
|
| +#ifndef SERVICES_UI_WS_WINDOW_TREE_HOST_FACTORY_H_
|
| +#define SERVICES_UI_WS_WINDOW_TREE_HOST_FACTORY_H_
|
|
|
| #include <stdint.h>
|
|
|
| -#include "components/mus/public/interfaces/window_tree_host.mojom.h"
|
| -#include "components/mus/ws/platform_display_init_params.h"
|
| -#include "components/mus/ws/user_id.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| +#include "services/ui/public/interfaces/window_tree_host.mojom.h"
|
| +#include "services/ui/ws/platform_display_init_params.h"
|
| +#include "services/ui/ws/user_id.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -43,4 +43,4 @@ class WindowTreeHostFactory : public mojom::WindowTreeHostFactory {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_WINDOW_TREE_HOST_FACTORY_H_
|
| +#endif // SERVICES_UI_WS_WINDOW_TREE_HOST_FACTORY_H_
|
|
|