| Index: services/ui/ws/window_manager_window_tree_factory_set.h
|
| diff --git a/components/mus/ws/window_manager_window_tree_factory_set.h b/services/ui/ws/window_manager_window_tree_factory_set.h
|
| similarity index 89%
|
| rename from components/mus/ws/window_manager_window_tree_factory_set.h
|
| rename to services/ui/ws/window_manager_window_tree_factory_set.h
|
| index a118e6978bcf233dbe23d1b4b706a0fd78101b9f..9328f385e9a1b49c9f311253508026c506273d8a 100644
|
| --- a/components/mus/ws/window_manager_window_tree_factory_set.h
|
| +++ b/services/ui/ws/window_manager_window_tree_factory_set.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_MANAGER_WINDOW_TREE_FACTORY_SET_H_
|
| -#define COMPONENTS_MUS_WS_WINDOW_MANAGER_WINDOW_TREE_FACTORY_SET_H_
|
| +#ifndef SERVICES_UI_WS_WINDOW_MANAGER_WINDOW_TREE_FACTORY_SET_H_
|
| +#define SERVICES_UI_WS_WINDOW_MANAGER_WINDOW_TREE_FACTORY_SET_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -12,8 +12,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| -#include "components/mus/public/interfaces/window_manager_window_tree_factory.mojom.h"
|
| -#include "components/mus/ws/user_id_tracker_observer.h"
|
| +#include "services/ui/public/interfaces/window_manager_window_tree_factory.mojom.h"
|
| +#include "services/ui/ws/user_id_tracker_observer.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -90,4 +90,4 @@ class WindowManagerWindowTreeFactorySet : public UserIdTrackerObserver {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_WINDOW_MANAGER_WINDOW_TREE_FACTORY_SET_H_
|
| +#endif // SERVICES_UI_WS_WINDOW_MANAGER_WINDOW_TREE_FACTORY_SET_H_
|
|
|