| Index: sky/engine/core/css/CSSFontFaceSource.h
|
| diff --git a/sky/engine/core/css/CSSFontFaceSource.h b/sky/engine/core/css/CSSFontFaceSource.h
|
| index 29d94b56a694c4fe310b6f4a0204b24bcecb8c4d..1498154fc2c16064dbab592f13601ec68c78f611 100644
|
| --- a/sky/engine/core/css/CSSFontFaceSource.h
|
| +++ b/sky/engine/core/css/CSSFontFaceSource.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CSSFontFaceSource_h
|
| -#define CSSFontFaceSource_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_CSSFONTFACESOURCE_H_
|
| +#define SKY_ENGINE_CORE_CSS_CSSFONTFACESOURCE_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -68,4 +68,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_CSS_CSSFONTFACESOURCE_H_
|
|
|