| Index: sky/engine/core/css/FontFaceCache.h
|
| diff --git a/sky/engine/core/css/FontFaceCache.h b/sky/engine/core/css/FontFaceCache.h
|
| index 13eaabe182197c8e7162b3d174b16fe473129bd0..7d8d41f74790244a877a5a5842104829fa476fa7 100644
|
| --- a/sky/engine/core/css/FontFaceCache.h
|
| +++ b/sky/engine/core/css/FontFaceCache.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FontFaceCache_h
|
| -#define FontFaceCache_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_FONTFACECACHE_H_
|
| +#define SKY_ENGINE_CORE_CSS_FONTFACECACHE_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -80,4 +80,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_CSS_FONTFACECACHE_H_
|
|
|