| Index: sky/engine/platform/fonts/opentype/OpenTypeSanitizer.h
|
| diff --git a/sky/engine/platform/fonts/opentype/OpenTypeSanitizer.h b/sky/engine/platform/fonts/opentype/OpenTypeSanitizer.h
|
| index 647290731aee0d538e5b22f35f317287c30c2ee3..e3d522e6ddea412d69fdb5e7239fc2f30b956355 100644
|
| --- a/sky/engine/platform/fonts/opentype/OpenTypeSanitizer.h
|
| +++ b/sky/engine/platform/fonts/opentype/OpenTypeSanitizer.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef OpenTypeSanitizer_h
|
| -#define OpenTypeSanitizer_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_OPENTYPE_OPENTYPESANITIZER_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_OPENTYPE_OPENTYPESANITIZER_H_
|
|
|
| #include "sky/engine/wtf/Forward.h"
|
|
|
| @@ -54,4 +54,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // OpenTypeSanitizer_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_OPENTYPE_OPENTYPESANITIZER_H_
|
|
|