| Index: sky/engine/public/web/WebGlyphCache.h
|
| diff --git a/sky/engine/public/web/WebGlyphCache.h b/sky/engine/public/web/WebGlyphCache.h
|
| index 0487882a6f4ae1768899d2ed8a4b4eb34dc8d0ce..ed120fc7c29f2074b0e7c2afa6fe8ce1adf649cb 100644
|
| --- a/sky/engine/public/web/WebGlyphCache.h
|
| +++ b/sky/engine/public/web/WebGlyphCache.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGlyphCache_h
|
| -#define WebGlyphCache_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBGLYPHCACHE_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBGLYPHCACHE_H_
|
|
|
| #include "../platform/WebCommon.h"
|
|
|
| @@ -48,4 +48,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBGLYPHCACHE_H_
|
|
|