| Index: sky/engine/core/dom/ElementTraversal.h
|
| diff --git a/sky/engine/core/dom/ElementTraversal.h b/sky/engine/core/dom/ElementTraversal.h
|
| index 28fdb33e618e02b6e7ebcdddbe6e7733a0ccc79c..6c77d7bac37e17efc69494ed94e98d47b37a2564 100644
|
| --- a/sky/engine/core/dom/ElementTraversal.h
|
| +++ b/sky/engine/core/dom/ElementTraversal.h
|
| @@ -23,8 +23,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ElementTraversal_h
|
| -#define ElementTraversal_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_ELEMENTTRAVERSAL_H_
|
| +#define SKY_ENGINE_CORE_DOM_ELEMENTTRAVERSAL_H_
|
|
|
| #include "sky/engine/core/dom/Element.h"
|
| #include "sky/engine/core/dom/NodeTraversal.h"
|
| @@ -348,4 +348,4 @@ inline ElementType* Traversal<ElementType>::nextSibling(const Node& current, Mat
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_ELEMENTTRAVERSAL_H_
|
|
|