| Index: sky/engine/platform/fonts/FontCacheKey.h
|
| diff --git a/sky/engine/platform/fonts/FontCacheKey.h b/sky/engine/platform/fonts/FontCacheKey.h
|
| index 4c818351297167356c77f063d400b303ff5c6b60..5e32f60140d68c42e869e370ec1c40334dd15d44 100644
|
| --- a/sky/engine/platform/fonts/FontCacheKey.h
|
| +++ b/sky/engine/platform/fonts/FontCacheKey.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FontCacheKey_h
|
| -#define FontCacheKey_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_FONTCACHEKEY_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_FONTCACHEKEY_H_
|
|
|
| #include "sky/engine/platform/fonts/FontFaceCreationParams.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -113,4 +113,4 @@ struct FontCacheKeyTraits : WTF::SimpleClassHashTraits<FontCacheKey> { };
|
|
|
| } // namespace blink
|
|
|
| -#endif // FontCacheKey_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_FONTCACHEKEY_H_
|
|
|