| Index: sky/engine/web/WebFontImpl.h
|
| diff --git a/sky/engine/web/WebFontImpl.h b/sky/engine/web/WebFontImpl.h
|
| index bf7b85c476cb5f4d4ab9b22da7f43e96a9ae46d6..89e7101c9d206d9176114bb024f0f841b2df5f7c 100644
|
| --- a/sky/engine/web/WebFontImpl.h
|
| +++ b/sky/engine/web/WebFontImpl.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebFontImpl_h
|
| -#define WebFontImpl_h
|
| +#ifndef SKY_ENGINE_WEB_WEBFONTIMPL_H_
|
| +#define SKY_ENGINE_WEB_WEBFONTIMPL_H_
|
|
|
| #include "sky/engine/platform/fonts/Font.h"
|
| #include "sky/engine/public/web/WebFont.h"
|
| @@ -63,4 +63,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_WEB_WEBFONTIMPL_H_
|
|
|