| Index: sky/engine/platform/fonts/FontCache.h
|
| diff --git a/sky/engine/platform/fonts/FontCache.h b/sky/engine/platform/fonts/FontCache.h
|
| index 8139daed00517c3e0334071dd7293e91dbe3f1d2..385dd43f1e5b67309ca869899bc6aa945b9081aa 100644
|
| --- a/sky/engine/platform/fonts/FontCache.h
|
| +++ b/sky/engine/platform/fonts/FontCache.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FontCache_h
|
| -#define FontCache_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_FONTCACHE_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_FONTCACHE_H_
|
|
|
| #include <limits.h>
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -151,4 +151,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_FONTCACHE_H_
|
|
|