| Index: sky/engine/platform/fonts/FontPlatformData.h
|
| diff --git a/sky/engine/platform/fonts/FontPlatformData.h b/sky/engine/platform/fonts/FontPlatformData.h
|
| index e9663421b564406d431c1f510be9d1c939f6ee81..bb3561de2dda7bf958886f8a8187a3c40fa51908 100644
|
| --- a/sky/engine/platform/fonts/FontPlatformData.h
|
| +++ b/sky/engine/platform/fonts/FontPlatformData.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FontPlatformDataHarfBuzz_h
|
| -#define FontPlatformDataHarfBuzz_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_FONTPLATFORMDATA_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_FONTPLATFORMDATA_H_
|
|
|
| #include "sky/engine/platform/SharedBuffer.h"
|
| #include "sky/engine/platform/fonts/FontDescription.h"
|
| @@ -120,4 +120,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ifdef FontPlatformDataHarfBuzz_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_FONTPLATFORMDATA_H_
|
|
|