| Index: third_party/WebKit/Source/wtf/text/Unicode.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/Unicode.h b/third_party/WebKit/Source/wtf/text/Unicode.h
|
| index a84d6f2ab7cb89c6e5fb439825acca3acbd0ac28..751b5e4c06dbc924ff1b736b78a2ca8f53c5961f 100644
|
| --- a/third_party/WebKit/Source/wtf/text/Unicode.h
|
| +++ b/third_party/WebKit/Source/wtf/text/Unicode.h
|
| @@ -20,8 +20,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WTF_UNICODE_H
|
| -#define WTF_UNICODE_H
|
| +#ifndef WTF_Unicode_h
|
| +#define WTF_Unicode_h
|
|
|
| #include "wtf/Assertions.h"
|
|
|
| @@ -32,4 +32,4 @@ typedef unsigned char LChar;
|
|
|
| static_assert(sizeof(UChar) == 2, "UChar should be two bytes");
|
|
|
| -#endif // WTF_UNICODE_H
|
| +#endif // WTF_Unicode_h
|
|
|