| Index: sky/engine/platform/LengthPoint.h
|
| diff --git a/sky/engine/platform/LengthPoint.h b/sky/engine/platform/LengthPoint.h
|
| index 63d2df2d348c1cd7ba3ee68c145d3d5dbc252ee4..e6c589834e945330105fe5c8708ed961acfa8cc1 100644
|
| --- a/sky/engine/platform/LengthPoint.h
|
| +++ b/sky/engine/platform/LengthPoint.h
|
| @@ -27,8 +27,8 @@
|
| * OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef LengthPoint_h
|
| -#define LengthPoint_h
|
| +#ifndef SKY_ENGINE_PLATFORM_LENGTHPOINT_H_
|
| +#define SKY_ENGINE_PLATFORM_LENGTHPOINT_H_
|
|
|
| #include "sky/engine/platform/Length.h"
|
|
|
| @@ -62,4 +62,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // LengthPoint_h
|
| +#endif // SKY_ENGINE_PLATFORM_LENGTHPOINT_H_
|
|
|