| Index: sky/engine/platform/text/UnicodeBidi.h
|
| diff --git a/sky/engine/platform/text/UnicodeBidi.h b/sky/engine/platform/text/UnicodeBidi.h
|
| index d7b0a2deb88ff9bc18c9676dfab872745f07dfb4..90f530cc6249c134d27b9e10f598b6ace3f2de48 100644
|
| --- a/sky/engine/platform/text/UnicodeBidi.h
|
| +++ b/sky/engine/platform/text/UnicodeBidi.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef UnicodeBidi_h
|
| -#define UnicodeBidi_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_UNICODEBIDI_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_UNICODEBIDI_H_
|
|
|
| namespace blink {
|
|
|
| @@ -49,4 +49,4 @@ inline bool isOverride(EUnicodeBidi unicodeBidi)
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_UNICODEBIDI_H_
|
|
|