| Index: sky/engine/core/events/DOMWindowEventQueue.h
|
| diff --git a/sky/engine/core/events/DOMWindowEventQueue.h b/sky/engine/core/events/DOMWindowEventQueue.h
|
| index 135020f952222bd10810697b067fb121d5308337..7d4584e507d4bc9c61e58f3eca33b8bd2180e698 100644
|
| --- a/sky/engine/core/events/DOMWindowEventQueue.h
|
| +++ b/sky/engine/core/events/DOMWindowEventQueue.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef DOMWindowEventQueue_h
|
| -#define DOMWindowEventQueue_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_DOMWINDOWEVENTQUEUE_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_DOMWINDOWEVENTQUEUE_H_
|
|
|
| #include "sky/engine/core/events/EventQueue.h"
|
| #include "sky/engine/wtf/HashSet.h"
|
| @@ -71,4 +71,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // DOMWindowEventQueue_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_DOMWINDOWEVENTQUEUE_H_
|
|
|