| Index: sky/engine/core/css/CSSSegmentedFontFace.h
|
| diff --git a/sky/engine/core/css/CSSSegmentedFontFace.h b/sky/engine/core/css/CSSSegmentedFontFace.h
|
| index 856e4d7b1c122eb71f8a7594ebffb05efeaf4ca2..c0dbedd5e8df30f9c57e920ac67ba94ef38bbede 100644
|
| --- a/sky/engine/core/css/CSSSegmentedFontFace.h
|
| +++ b/sky/engine/core/css/CSSSegmentedFontFace.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CSSSegmentedFontFace_h
|
| -#define CSSSegmentedFontFace_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_CSSSEGMENTEDFONTFACE_H_
|
| +#define SKY_ENGINE_CORE_CSS_CSSSEGMENTEDFONTFACE_H_
|
|
|
| #include "sky/engine/platform/fonts/FontTraits.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -88,4 +88,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CSSSegmentedFontFace_h
|
| +#endif // SKY_ENGINE_CORE_CSS_CSSSEGMENTEDFONTFACE_H_
|
|
|