| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index 34bf8bcf3216476ba60ac4bcf326bf232ba4c9fa..58565c7af24b14bebab415aec1ae0aed448fb91c 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef Element_h
|
| -#define Element_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_ELEMENT_H_
|
| +#define SKY_ENGINE_CORE_DOM_ELEMENT_H_
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
| #include "gen/sky/core/HTMLNames.h"
|
| @@ -592,4 +592,4 @@ inline bool isAtShadowBoundary(const Element* element)
|
|
|
| } // namespace
|
|
|
| -#endif // Element_h
|
| +#endif // SKY_ENGINE_CORE_DOM_ELEMENT_H_
|
|
|