| Index: sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.h
|
| diff --git a/sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.h b/sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.h
|
| index 7ed64db77a34dcdf301bfea07f83350be693b049..8e968a6930a5cff78f0d4d9146e2fab5fac87793 100644
|
| --- a/sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.h
|
| +++ b/sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef HarfBuzzShaper_h
|
| -#define HarfBuzzShaper_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_HARFBUZZ_HARFBUZZSHAPER_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_HARFBUZZ_HARFBUZZSHAPER_H_
|
|
|
| #include "hb.h"
|
| #include "sky/engine/platform/geometry/FloatBoxExtent.h"
|
| @@ -165,4 +165,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // HarfBuzzShaper_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_HARFBUZZ_HARFBUZZSHAPER_H_
|
|
|