| Index: sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h
|
| diff --git a/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h b/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h
|
| index 1207342669251324babe4ef0d7c77ac86a10a2cf..22ac6d59913b83fb0a1a1159aa7ba2f7805c711f 100644
|
| --- a/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h
|
| +++ b/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h
|
| @@ -22,8 +22,8 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef OpenTypeVerticalData_h
|
| -#define OpenTypeVerticalData_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_OPENTYPE_OPENTYPEVERTICALDATA_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_OPENTYPE_OPENTYPEVERTICALDATA_H_
|
|
|
| #if ENABLE(OPENTYPE_VERTICAL)
|
|
|
| @@ -77,4 +77,4 @@ private:
|
|
|
| #endif // ENABLE(OPENTYPE_VERTICAL)
|
|
|
| -#endif // OpenTypeVerticalData_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_OPENTYPE_OPENTYPEVERTICALDATA_H_
|
|
|