| Index: sky/engine/platform/text/TextDirection.h
|
| diff --git a/sky/engine/platform/text/TextDirection.h b/sky/engine/platform/text/TextDirection.h
|
| index 8cb4e5cf2752b08da2322cddf732393019b41b11..6c5ab622918e5b0ccd5524f12683c1e33c067b1b 100644
|
| --- a/sky/engine/platform/text/TextDirection.h
|
| +++ b/sky/engine/platform/text/TextDirection.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TextDirection_h
|
| -#define TextDirection_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_TEXTDIRECTION_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_TEXTDIRECTION_H_
|
|
|
| namespace blink {
|
|
|
| @@ -34,4 +34,4 @@ inline bool isLeftToRightDirection(TextDirection direction) { return direction =
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_TEXTDIRECTION_H_
|
|
|