| Index: sky/engine/platform/LengthSize.h
|
| diff --git a/sky/engine/platform/LengthSize.h b/sky/engine/platform/LengthSize.h
|
| index c5ab7cba3e0705d72f6952eb62005632a9e598ac..9e15357b3e3bad1c14794e1a45e8e72ad2881925 100644
|
| --- a/sky/engine/platform/LengthSize.h
|
| +++ b/sky/engine/platform/LengthSize.h
|
| @@ -18,8 +18,8 @@
|
| Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef LengthSize_h
|
| -#define LengthSize_h
|
| +#ifndef SKY_ENGINE_PLATFORM_LENGTHSIZE_H_
|
| +#define SKY_ENGINE_PLATFORM_LENGTHSIZE_H_
|
|
|
| #include "sky/engine/platform/Length.h"
|
|
|
| @@ -55,4 +55,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // LengthSize_h
|
| +#endif // SKY_ENGINE_PLATFORM_LENGTHSIZE_H_
|
|
|