| Index: sky/engine/core/events/KeyboardEvent.h
|
| diff --git a/sky/engine/core/events/KeyboardEvent.h b/sky/engine/core/events/KeyboardEvent.h
|
| index f516d507345b8dc6d42b4bc08001f67f9fff7800..c5e5c3c69b94e31c7ec96a47f81d79b012e1c942 100644
|
| --- a/sky/engine/core/events/KeyboardEvent.h
|
| +++ b/sky/engine/core/events/KeyboardEvent.h
|
| @@ -21,8 +21,8 @@
|
| *
|
| */
|
|
|
| -#ifndef KeyboardEvent_h
|
| -#define KeyboardEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_KEYBOARDEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_KEYBOARDEVENT_H_
|
|
|
| #include "sky/engine/core/events/EventDispatchMediator.h"
|
| #include "sky/engine/core/events/UIEventWithKeyState.h"
|
| @@ -125,4 +125,4 @@ DEFINE_EVENT_TYPE_CASTS(KeyboardEvent);
|
|
|
| } // namespace blink
|
|
|
| -#endif // KeyboardEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_KEYBOARDEVENT_H_
|
|
|