| Index: sky/engine/platform/fonts/FontDescription.h
|
| diff --git a/sky/engine/platform/fonts/FontDescription.h b/sky/engine/platform/fonts/FontDescription.h
|
| index 9d4a3d37b9c35ac5280a5a7fb92342dc18874f68..a166a2d4d517a4f4e9db89499522d82bac3b668a 100644
|
| --- a/sky/engine/platform/fonts/FontDescription.h
|
| +++ b/sky/engine/platform/fonts/FontDescription.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef FontDescription_h
|
| -#define FontDescription_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_FONTDESCRIPTION_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_FONTDESCRIPTION_H_
|
|
|
| #include "gen/sky/platform/FontFamilyNames.h"
|
| #include "sky/engine/platform/fonts/FixedPitchFontType.h"
|
| @@ -269,4 +269,4 @@ inline bool FontDescription::operator==(const FontDescription& other) const
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_FONTDESCRIPTION_H_
|
|
|