| Index: sky/engine/platform/text/NonCJKGlyphOrientation.h
|
| diff --git a/sky/engine/platform/text/NonCJKGlyphOrientation.h b/sky/engine/platform/text/NonCJKGlyphOrientation.h
|
| index 7a8f3109d4df5711fd8e859edc5633a034c8b3f9..4556f3177a124082d5670685ad9baa62d368331e 100644
|
| --- a/sky/engine/platform/text/NonCJKGlyphOrientation.h
|
| +++ b/sky/engine/platform/text/NonCJKGlyphOrientation.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef NonCJKGlyphOrientation_h
|
| -#define NonCJKGlyphOrientation_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_NONCJKGLYPHORIENTATION_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_NONCJKGLYPHORIENTATION_H_
|
|
|
| namespace blink {
|
|
|
| @@ -32,4 +32,4 @@ enum NonCJKGlyphOrientation { NonCJKGlyphOrientationVerticalRight, NonCJKGlyphOr
|
|
|
| }
|
|
|
| -#endif // NonCJKGlyphOrientation_h
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_NONCJKGLYPHORIENTATION_H_
|
|
|