| Index: sky/engine/core/css/FontSize.h
|
| diff --git a/sky/engine/core/css/FontSize.h b/sky/engine/core/css/FontSize.h
|
| index 9ccbf05bfe73be40e1cbbc9933947f2ebfdcc013..812d6dd6b45ddbe4c13cf3455496abea3570bfbd 100644
|
| --- a/sky/engine/core/css/FontSize.h
|
| +++ b/sky/engine/core/css/FontSize.h
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#ifndef FontSize_h
|
| -#define FontSize_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_FONTSIZE_H_
|
| +#define SKY_ENGINE_CORE_CSS_FONTSIZE_H_
|
|
|
| #include "gen/sky/core/CSSValueKeywords.h"
|
| #include "sky/engine/platform/fonts/FixedPitchFontType.h"
|
| @@ -50,4 +50,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FontSize_h
|
| +#endif // SKY_ENGINE_CORE_CSS_FONTSIZE_H_
|
|
|