| Index: sky/engine/core/events/ThreadLocalEventNames.h
|
| diff --git a/sky/engine/core/events/ThreadLocalEventNames.h b/sky/engine/core/events/ThreadLocalEventNames.h
|
| index a794e1d87be40a96d8a98c15d2f8c5e431829113..4846f04691f158c23f7057833a513a33dca7916a 100644
|
| --- a/sky/engine/core/events/ThreadLocalEventNames.h
|
| +++ b/sky/engine/core/events/ThreadLocalEventNames.h
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ThreadLocalEventNames_h
|
| -#define ThreadLocalEventNames_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_THREADLOCALEVENTNAMES_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_THREADLOCALEVENTNAMES_H_
|
|
|
| #include "gen/sky/core/EventInterfaces.h"
|
| #include "gen/sky/core/EventNames.h"
|
| @@ -41,4 +41,4 @@ inline bool isTouchEventType(const AtomicString& eventType)
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_EVENTS_THREADLOCALEVENTNAMES_H_
|
|
|