| Index: sky/engine/platform/PlatformScreen.h
|
| diff --git a/sky/engine/platform/PlatformScreen.h b/sky/engine/platform/PlatformScreen.h
|
| index e02a36441debba24b47fecf495a951bd4c62f7c0..5d84d7878b829623c6acb0c259123e6f6d1c52b0 100644
|
| --- a/sky/engine/platform/PlatformScreen.h
|
| +++ b/sky/engine/platform/PlatformScreen.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PlatformScreen_h
|
| -#define PlatformScreen_h
|
| +#ifndef SKY_ENGINE_PLATFORM_PLATFORMSCREEN_H_
|
| +#define SKY_ENGINE_PLATFORM_PLATFORMSCREEN_H_
|
|
|
| #include "sky/engine/platform/geometry/FloatRect.h"
|
| #include "sky/engine/public/platform/WebScreenOrientationType.h"
|
| @@ -51,4 +51,4 @@ PLATFORM_EXPORT WebScreenOrientationType screenOrientationType(Widget*);
|
|
|
| } // namespace blink
|
|
|
| -#endif // PlatformScreen_h
|
| +#endif // SKY_ENGINE_PLATFORM_PLATFORMSCREEN_H_
|
|
|