| Index: sky/engine/platform/text/TextBreakIteratorInternalICU.h
|
| diff --git a/sky/engine/platform/text/TextBreakIteratorInternalICU.h b/sky/engine/platform/text/TextBreakIteratorInternalICU.h
|
| index f5c75235b2130b172c147185324a9b559f586f85..7b802d65f8b128cfa3db8691a08624d28b963901 100644
|
| --- a/sky/engine/platform/text/TextBreakIteratorInternalICU.h
|
| +++ b/sky/engine/platform/text/TextBreakIteratorInternalICU.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef TextBreakIteratorInternalICU_h
|
| -#define TextBreakIteratorInternalICU_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_TEXTBREAKITERATORINTERNALICU_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_TEXTBREAKITERATORINTERNALICU_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
|
|
| @@ -33,4 +33,4 @@ PLATFORM_EXPORT const char* currentTextBreakLocaleID();
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_TEXTBREAKITERATORINTERNALICU_H_
|
|
|