| Index: sky/engine/core/html/parser/HTMLInputStream.h
|
| diff --git a/sky/engine/core/html/parser/HTMLInputStream.h b/sky/engine/core/html/parser/HTMLInputStream.h
|
| index 81f9008c90b14f86c6f7bec11713320d4773bf71..9f4a696ae05fd2ec7bb9c72def116c4e36859f45 100644
|
| --- a/sky/engine/core/html/parser/HTMLInputStream.h
|
| +++ b/sky/engine/core/html/parser/HTMLInputStream.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 HTMLInputStream_h
|
| -#define HTMLInputStream_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_PARSER_HTMLINPUTSTREAM_H_
|
| +#define SKY_ENGINE_CORE_HTML_PARSER_HTMLINPUTSTREAM_H_
|
|
|
| #include "sky/engine/core/html/parser/InputStreamPreprocessor.h"
|
| #include "sky/engine/platform/text/SegmentedString.h"
|
| @@ -35,4 +35,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_HTML_PARSER_HTMLINPUTSTREAM_H_
|
|
|