| Index: sky/engine/wtf/text/TextCodec.h
|
| diff --git a/sky/engine/wtf/text/TextCodec.h b/sky/engine/wtf/text/TextCodec.h
|
| index cc01ccd7ba83224a0d1683cf56fd5fb2c321b58e..22fc912a5138c0efabf3fb21c2b6061039e02e58 100644
|
| --- a/sky/engine/wtf/text/TextCodec.h
|
| +++ b/sky/engine/wtf/text/TextCodec.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TextCodec_h
|
| -#define TextCodec_h
|
| +#ifndef SKY_ENGINE_WTF_TEXT_TEXTCODEC_H_
|
| +#define SKY_ENGINE_WTF_TEXT_TEXTCODEC_H_
|
|
|
| #include "sky/engine/wtf/Forward.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -102,4 +102,4 @@ typedef void (*TextCodecRegistrar)(const char* name, NewTextCodecFunction, const
|
|
|
| using WTF::TextCodec;
|
|
|
| -#endif // TextCodec_h
|
| +#endif // SKY_ENGINE_WTF_TEXT_TEXTCODEC_H_
|
|
|