| Index: services/ui/ws/platform_screen.h
|
| diff --git a/components/mus/ws/platform_screen.h b/services/ui/ws/platform_screen.h
|
| similarity index 87%
|
| rename from components/mus/ws/platform_screen.h
|
| rename to services/ui/ws/platform_screen.h
|
| index 3215c28c257317d21009284acc0c55fda77ab217..4d41663155573b80e923afd58a973f4a7e8ffb21 100644
|
| --- a/components/mus/ws/platform_screen.h
|
| +++ b/services/ui/ws/platform_screen.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_SCREEN_H_
|
| -#define COMPONENTS_MUS_WS_PLATFORM_SCREEN_H_
|
| +#ifndef SERVICES_UI_WS_PLATFORM_SCREEN_H_
|
| +#define SERVICES_UI_WS_PLATFORM_SCREEN_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -40,4 +40,4 @@ class PlatformScreen {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_PLATFORM_SCREEN_H_
|
| +#endif // SERVICES_UI_WS_PLATFORM_SCREEN_H_
|
|
|