| Index: services/ui/ws/platform_display.h
|
| diff --git a/components/mus/ws/platform_display.h b/services/ui/ws/platform_display.h
|
| similarity index 92%
|
| rename from components/mus/ws/platform_display.h
|
| rename to services/ui/ws/platform_display.h
|
| index e16a46c193687d300d7628f30966eec5f9d4edc3..7f396e425af86199131fe4ec51e96782174d4da7 100644
|
| --- a/components/mus/ws/platform_display.h
|
| +++ b/services/ui/ws/platform_display.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_PLATFORM_DISPLAY_H_
|
| -#define COMPONENTS_MUS_WS_PLATFORM_DISPLAY_H_
|
| +#ifndef SERVICES_UI_WS_PLATFORM_DISPLAY_H_
|
| +#define SERVICES_UI_WS_PLATFORM_DISPLAY_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -16,11 +16,11 @@
|
| #include "base/timer/timer.h"
|
| #include "build/build_config.h"
|
| #include "cc/surfaces/surface.h"
|
| -#include "components/mus/public/interfaces/window_manager.mojom.h"
|
| -#include "components/mus/public/interfaces/window_manager_constants.mojom.h"
|
| -#include "components/mus/public/interfaces/window_tree.mojom.h"
|
| -#include "components/mus/ws/platform_display_delegate.h"
|
| -#include "components/mus/ws/platform_display_init_params.h"
|
| +#include "services/ui/public/interfaces/window_manager.mojom.h"
|
| +#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
|
| +#include "services/ui/public/interfaces/window_tree.mojom.h"
|
| +#include "services/ui/ws/platform_display_delegate.h"
|
| +#include "services/ui/ws/platform_display_init_params.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/platform_window/platform_window_delegate.h"
|
|
|
| @@ -192,4 +192,4 @@ class DefaultPlatformDisplay : public PlatformDisplay,
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_PLATFORM_DISPLAY_H_
|
| +#endif // SERVICES_UI_WS_PLATFORM_DISPLAY_H_
|
|
|