| Index: sky/engine/platform/text/TextRun.h
|
| diff --git a/sky/engine/platform/text/TextRun.h b/sky/engine/platform/text/TextRun.h
|
| index 76dada287fb14f256761af7de7f3b18d22be98d1..f6329ad4ac0504fb1219c89c3327b7526ec57a35 100644
|
| --- a/sky/engine/platform/text/TextRun.h
|
| +++ b/sky/engine/platform/text/TextRun.h
|
| @@ -21,8 +21,8 @@
|
| *
|
| */
|
|
|
| -#ifndef TextRun_h
|
| -#define TextRun_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_TEXTRUN_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_TEXTRUN_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/fonts/Glyph.h"
|
| @@ -255,4 +255,4 @@ struct TextRunPaintInfo {
|
| };
|
|
|
| }
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_TEXTRUN_H_
|
|
|