| Index: sky/engine/core/events/UIEvent.h
|
| diff --git a/sky/engine/core/events/UIEvent.h b/sky/engine/core/events/UIEvent.h
|
| index d6bea8a4fc16e6db4a2b14f7061f38ed4695d816..914af225632c195e7c0c03b8ff77434091f0e28e 100644
|
| --- a/sky/engine/core/events/UIEvent.h
|
| +++ b/sky/engine/core/events/UIEvent.h
|
| @@ -21,8 +21,8 @@
|
| *
|
| */
|
|
|
| -#ifndef UIEvent_h
|
| -#define UIEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_UIEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_UIEVENT_H_
|
|
|
| #include "sky/engine/core/events/Event.h"
|
| #include "sky/engine/core/events/EventDispatchMediator.h"
|
| @@ -87,4 +87,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // UIEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_UIEVENT_H_
|
|
|