| Index: sky/engine/platform/LengthBox.h
|
| diff --git a/sky/engine/platform/LengthBox.h b/sky/engine/platform/LengthBox.h
|
| index de0d727ee3601eb4e955cd91045934aee1fd54ad..0ef57bd9f66e9758cb8bf264adaff7e61b4a91a2 100644
|
| --- a/sky/engine/platform/LengthBox.h
|
| +++ b/sky/engine/platform/LengthBox.h
|
| @@ -19,8 +19,8 @@
|
| Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef LengthBox_h
|
| -#define LengthBox_h
|
| +#ifndef SKY_ENGINE_PLATFORM_LENGTHBOX_H_
|
| +#define SKY_ENGINE_PLATFORM_LENGTHBOX_H_
|
|
|
| #include "sky/engine/platform/Length.h"
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -103,4 +103,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // LengthBox_h
|
| +#endif // SKY_ENGINE_PLATFORM_LENGTHBOX_H_
|
|
|