| Index: sky/engine/platform/LengthFunctions.h
|
| diff --git a/sky/engine/platform/LengthFunctions.h b/sky/engine/platform/LengthFunctions.h
|
| index b536ccb366757ef6c5c140fd0fd7394d5969d636..462e83ca92d729c2bce5a249290c13eb099a4d1f 100644
|
| --- a/sky/engine/platform/LengthFunctions.h
|
| +++ b/sky/engine/platform/LengthFunctions.h
|
| @@ -21,8 +21,8 @@
|
| Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef LengthFunctions_h
|
| -#define LengthFunctions_h
|
| +#ifndef SKY_ENGINE_PLATFORM_LENGTHFUNCTIONS_H_
|
| +#define SKY_ENGINE_PLATFORM_LENGTHFUNCTIONS_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
|
|
| @@ -42,4 +42,4 @@ PLATFORM_EXPORT FloatSize floatSizeForLengthSize(const LengthSize&, const FloatS
|
|
|
| } // namespace blink
|
|
|
| -#endif // LengthFunctions_h
|
| +#endif // SKY_ENGINE_PLATFORM_LENGTHFUNCTIONS_H_
|
|
|