| Index: sky/engine/platform/text/TextPath.h
|
| diff --git a/sky/engine/platform/text/TextPath.h b/sky/engine/platform/text/TextPath.h
|
| index 9a8a67dbd26437b0d197253e5007ded1cb3d561b..73f584289f340c6eaea20f913e8e800e19ca32ee 100644
|
| --- a/sky/engine/platform/text/TextPath.h
|
| +++ b/sky/engine/platform/text/TextPath.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TextPath_h
|
| -#define TextPath_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_TEXTPATH_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_TEXTPATH_H_
|
|
|
| namespace blink {
|
|
|
| @@ -37,4 +37,4 @@ enum CodePath { AutoPath, SimplePath, ComplexPath, SimpleWithGlyphOverflowPath }
|
|
|
| }
|
|
|
| -#endif // TextPath_h
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_TEXTPATH_H_
|
|
|