| Index: sky/engine/core/html/parser/HTMLElementStack.h
|
| diff --git a/sky/engine/core/html/parser/HTMLElementStack.h b/sky/engine/core/html/parser/HTMLElementStack.h
|
| index b9fc58e7396c799734da38adcf171dbb4fd05d43..96bcf8ed5101c210312e70ed2dd0cf9214132a81 100644
|
| --- a/sky/engine/core/html/parser/HTMLElementStack.h
|
| +++ b/sky/engine/core/html/parser/HTMLElementStack.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef HTMLElementStack_h
|
| -#define HTMLElementStack_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_PARSER_HTMLELEMENTSTACK_H_
|
| +#define SKY_ENGINE_CORE_HTML_PARSER_HTMLELEMENTSTACK_H_
|
|
|
| #include "sky/engine/core/dom/Element.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -112,4 +112,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // HTMLElementStack_h
|
| +#endif // SKY_ENGINE_CORE_HTML_PARSER_HTMLELEMENTSTACK_H_
|
|
|