| Index: sky/engine/core/dom/ChildNode.h
|
| diff --git a/sky/engine/core/dom/ChildNode.h b/sky/engine/core/dom/ChildNode.h
|
| index 7d0fbad85f4a93a163dd29cd4f2181dad945b72b..e0cbeb5ebf827031a97d13c6a151cc5f630cae5a 100644
|
| --- a/sky/engine/core/dom/ChildNode.h
|
| +++ b/sky/engine/core/dom/ChildNode.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 ChildNode_h
|
| -#define ChildNode_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CHILDNODE_H_
|
| +#define SKY_ENGINE_CORE_DOM_CHILDNODE_H_
|
|
|
| #include "sky/engine/core/dom/ElementTraversal.h"
|
| #include "sky/engine/core/dom/Node.h"
|
| @@ -30,4 +30,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ChildNode_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CHILDNODE_H_
|
|
|