| Index: sky/engine/platform/fonts/CustomFontData.h
|
| diff --git a/sky/engine/platform/fonts/CustomFontData.h b/sky/engine/platform/fonts/CustomFontData.h
|
| index d4178e5158255ceca3e80121b177575e0c1f05da..ff39bff448243be8e124a92a749c89e6cd6e62eb 100644
|
| --- a/sky/engine/platform/fonts/CustomFontData.h
|
| +++ b/sky/engine/platform/fonts/CustomFontData.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef CustomFontData_h
|
| -#define CustomFontData_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_CUSTOMFONTDATA_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_CUSTOMFONTDATA_H_
|
|
|
| #include <unicode/uchar.h>
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -59,4 +59,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CustomFontData_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_CUSTOMFONTDATA_H_
|
|
|