| Index: sky/engine/wtf/text/TextCodecLatin1.h
|
| diff --git a/sky/engine/wtf/text/TextCodecLatin1.h b/sky/engine/wtf/text/TextCodecLatin1.h
|
| index 8d6dc54919a1dba5442b67264abd255d4e3f15c2..1fa0cf2f3c552a669e9815b10d9610970bc4940c 100644
|
| --- a/sky/engine/wtf/text/TextCodecLatin1.h
|
| +++ b/sky/engine/wtf/text/TextCodecLatin1.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TextCodecLatin1_h
|
| -#define TextCodecLatin1_h
|
| +#ifndef SKY_ENGINE_WTF_TEXT_TEXTCODECLATIN1_H_
|
| +#define SKY_ENGINE_WTF_TEXT_TEXTCODECLATIN1_H_
|
|
|
| #include "sky/engine/wtf/text/TextCodec.h"
|
|
|
| @@ -46,4 +46,4 @@ private:
|
|
|
| } // namespace WTF
|
|
|
| -#endif // TextCodecLatin1_h
|
| +#endif // SKY_ENGINE_WTF_TEXT_TEXTCODECLATIN1_H_
|
|
|