| Index: sky/engine/core/css/FontFaceSet.h
|
| diff --git a/sky/engine/core/css/FontFaceSet.h b/sky/engine/core/css/FontFaceSet.h
|
| index ce4e098801813f6034cbb82aabace4fe31944fc7..623811c7a59c281a4865f1c0de257ee14d11bd03 100644
|
| --- a/sky/engine/core/css/FontFaceSet.h
|
| +++ b/sky/engine/core/css/FontFaceSet.h
|
| @@ -23,8 +23,8 @@
|
| * DAMAGE.
|
| */
|
|
|
| -#ifndef FontFaceSet_h
|
| -#define FontFaceSet_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_FONTFACESET_H_
|
| +#define SKY_ENGINE_CORE_CSS_FONTFACESET_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptPromise.h"
|
| #include "sky/engine/core/css/FontFace.h"
|
| @@ -148,4 +148,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FontFaceSet_h
|
| +#endif // SKY_ENGINE_CORE_CSS_FONTFACESET_H_
|
|
|