| Index: sky/engine/core/events/TreeScopeEventContext.h
|
| diff --git a/sky/engine/core/events/TreeScopeEventContext.h b/sky/engine/core/events/TreeScopeEventContext.h
|
| index d04b2839bdbd2dca2ab74640026fa502bcfc8126..a7f46e677eec5a93b3be12ae00835557dd0d5743 100644
|
| --- a/sky/engine/core/events/TreeScopeEventContext.h
|
| +++ b/sky/engine/core/events/TreeScopeEventContext.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef TreeScopeEventContext_h
|
| -#define TreeScopeEventContext_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_TREESCOPEEVENTCONTEXT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_TREESCOPEEVENTCONTEXT_H_
|
|
|
| #include "sky/engine/core/dom/Node.h"
|
| #include "sky/engine/core/dom/TreeScope.h"
|
| @@ -117,4 +117,4 @@ inline bool TreeScopeEventContext::isInclusiveAncestorOf(const TreeScopeEventCon
|
|
|
| }
|
|
|
| -#endif // TreeScopeEventContext_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_TREESCOPEEVENTCONTEXT_H_
|
|
|