| Index: sky/engine/core/html/parser/TextResourceDecoder.h
|
| diff --git a/sky/engine/core/html/parser/TextResourceDecoder.h b/sky/engine/core/html/parser/TextResourceDecoder.h
|
| index 662f9b0a477c238984039171f8e38e12dedb142f..f96dd5a8af48ef3710976c748bfb0ef2221fb19e 100644
|
| --- a/sky/engine/core/html/parser/TextResourceDecoder.h
|
| +++ b/sky/engine/core/html/parser/TextResourceDecoder.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef TextResourceDecoder_h
|
| -#define TextResourceDecoder_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_PARSER_TEXTRESOURCEDECODER_H_
|
| +#define SKY_ENGINE_CORE_HTML_PARSER_TEXTRESOURCEDECODER_H_
|
|
|
| #include "sky/engine/wtf/RefCounted.h"
|
| #include "sky/engine/wtf/text/TextEncoding.h"
|
| @@ -31,4 +31,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_HTML_PARSER_TEXTRESOURCEDECODER_H_
|
|
|