| Index: sky/engine/core/dom/NodeTraversal.h
|
| diff --git a/sky/engine/core/dom/NodeTraversal.h b/sky/engine/core/dom/NodeTraversal.h
|
| index f8a0e26b156723377f5f205075640d9ad93df932..7cf4cd071eb17d84a717d1fd0b19036916bb60cf 100644
|
| --- a/sky/engine/core/dom/NodeTraversal.h
|
| +++ b/sky/engine/core/dom/NodeTraversal.h
|
| @@ -23,8 +23,8 @@
|
| *
|
| */
|
|
|
| -#ifndef NodeTraversal_h
|
| -#define NodeTraversal_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_NODETRAVERSAL_H_
|
| +#define SKY_ENGINE_CORE_DOM_NODETRAVERSAL_H_
|
|
|
| #include "sky/engine/core/dom/ContainerNode.h"
|
| #include "sky/engine/core/dom/Node.h"
|
| @@ -135,4 +135,4 @@ inline Node* NodeTraversal::childAtTemplate(NodeType& parent, unsigned index)
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_NODETRAVERSAL_H_
|
|
|