| Index: sky/engine/core/html/parser/InputStreamPreprocessor.h
|
| diff --git a/sky/engine/core/html/parser/InputStreamPreprocessor.h b/sky/engine/core/html/parser/InputStreamPreprocessor.h
|
| index 65b37049cf11e790500e796110717f721d645897..52977533c187bfe8ddc04ea0ef1e2afab8547fe2 100644
|
| --- a/sky/engine/core/html/parser/InputStreamPreprocessor.h
|
| +++ b/sky/engine/core/html/parser/InputStreamPreprocessor.h
|
| @@ -25,8 +25,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef InputStreamPreprocessor_h
|
| -#define InputStreamPreprocessor_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_PARSER_INPUTSTREAMPREPROCESSOR_H_
|
| +#define SKY_ENGINE_CORE_HTML_PARSER_INPUTSTREAMPREPROCESSOR_H_
|
|
|
| #include "sky/engine/platform/text/SegmentedString.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -118,5 +118,5 @@ private:
|
|
|
| }
|
|
|
| -#endif // InputStreamPreprocessor_h
|
| +#endif // SKY_ENGINE_CORE_HTML_PARSER_INPUTSTREAMPREPROCESSOR_H_
|
|
|
|
|