| Index: services/ui/ws/server_window_surface_manager.h
|
| diff --git a/components/mus/ws/server_window_surface_manager.h b/services/ui/ws/server_window_surface_manager.h
|
| similarity index 91%
|
| rename from components/mus/ws/server_window_surface_manager.h
|
| rename to services/ui/ws/server_window_surface_manager.h
|
| index 1bae2008ca861107e0e05684b44b24a57623cce7..ecec02c07333751cd6ad983d20e5aada72dad427 100644
|
| --- a/components/mus/ws/server_window_surface_manager.h
|
| +++ b/services/ui/ws/server_window_surface_manager.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_SERVER_WINDOW_SURFACE_MANAGER_H_
|
| -#define COMPONENTS_MUS_WS_SERVER_WINDOW_SURFACE_MANAGER_H_
|
| +#ifndef SERVICES_UI_WS_SERVER_WINDOW_SURFACE_MANAGER_H_
|
| +#define SERVICES_UI_WS_SERVER_WINDOW_SURFACE_MANAGER_H_
|
|
|
| #include <map>
|
|
|
| @@ -12,8 +12,8 @@
|
| #include "cc/surfaces/surface_factory.h"
|
| #include "cc/surfaces/surface_id.h"
|
| #include "cc/surfaces/surface_id_allocator.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 {
|
| @@ -81,4 +81,4 @@ class ServerWindowSurfaceManager {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_SERVER_WINDOW_SURFACE_MANAGER_H_
|
| +#endif // SERVICES_UI_WS_SERVER_WINDOW_SURFACE_MANAGER_H_
|
|
|