| Index: sky/engine/platform/text/TextBreakIterator.h
|
| diff --git a/sky/engine/platform/text/TextBreakIterator.h b/sky/engine/platform/text/TextBreakIterator.h
|
| index aa4d7b8e9931e49f05ecdfb3a2b70119f1e95c29..30c6f9f30d052eabb379cbd2454d20ccfa264e26 100644
|
| --- a/sky/engine/platform/text/TextBreakIterator.h
|
| +++ b/sky/engine/platform/text/TextBreakIterator.h
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#ifndef TextBreakIterator_h
|
| -#define TextBreakIterator_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_TEXTBREAKITERATOR_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_TEXTBREAKITERATOR_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/text/AtomicString.h"
|
| @@ -234,4 +234,4 @@ PLATFORM_EXPORT unsigned numCharactersInGraphemeClusters(const String&, unsigned
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_TEXTBREAKITERATOR_H_
|
|
|