| Index: sky/engine/core/events/EventListenerMap.h
|
| diff --git a/sky/engine/core/events/EventListenerMap.h b/sky/engine/core/events/EventListenerMap.h
|
| index b5d817ea9b5f36d7b2df0bf5e627a2084810c469..9c68a01155f95557f52d10a956c9e1493c1f48f1 100644
|
| --- a/sky/engine/core/events/EventListenerMap.h
|
| +++ b/sky/engine/core/events/EventListenerMap.h
|
| @@ -30,8 +30,8 @@
|
| *
|
| */
|
|
|
| -#ifndef EventListenerMap_h
|
| -#define EventListenerMap_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_EVENTLISTENERMAP_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_EVENTLISTENERMAP_H_
|
|
|
| #include "sky/engine/core/events/RegisteredEventListener.h"
|
| #include "sky/engine/wtf/PassOwnPtr.h"
|
| @@ -92,4 +92,4 @@ inline void EventListenerMap::assertNoActiveIterators() { }
|
|
|
| } // namespace blink
|
|
|
| -#endif // EventListenerMap_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_EVENTLISTENERMAP_H_
|
|
|