| Index: sky/engine/core/dom/TreeScopeAdopter.h
|
| diff --git a/sky/engine/core/dom/TreeScopeAdopter.h b/sky/engine/core/dom/TreeScopeAdopter.h
|
| index 86a5811446f4270f08f14a8c8b5f46a0405f7980..be431e2dd18abda12122c96d431f510689e68bc6 100644
|
| --- a/sky/engine/core/dom/TreeScopeAdopter.h
|
| +++ b/sky/engine/core/dom/TreeScopeAdopter.h
|
| @@ -22,8 +22,8 @@
|
| * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
| * Boston, MA 02110-1301, USA.
|
| */
|
| -#ifndef TreeScopeAdopter_h
|
| -#define TreeScopeAdopter_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_TREESCOPEADOPTER_H_
|
| +#define SKY_ENGINE_CORE_DOM_TREESCOPEADOPTER_H_
|
|
|
| #include "sky/engine/core/dom/Node.h"
|
|
|
| @@ -67,4 +67,4 @@ inline TreeScopeAdopter::TreeScopeAdopter(Node& toAdopt, TreeScope& newScope)
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_TREESCOPEADOPTER_H_
|
|
|