| Index: sky/engine/core/events/UIEventWithKeyState.h
|
| diff --git a/sky/engine/core/events/UIEventWithKeyState.h b/sky/engine/core/events/UIEventWithKeyState.h
|
| index b06d0ffe8bea635f3d4f5f9170da80c8684451a4..07e6d1c3c06d01d8fe1e6ca65c8a81dba4ba0933 100644
|
| --- a/sky/engine/core/events/UIEventWithKeyState.h
|
| +++ b/sky/engine/core/events/UIEventWithKeyState.h
|
| @@ -21,8 +21,8 @@
|
| *
|
| */
|
|
|
| -#ifndef UIEventWithKeyState_h
|
| -#define UIEventWithKeyState_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_UIEVENTWITHKEYSTATE_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_UIEVENTWITHKEYSTATE_H_
|
|
|
| #include "sky/engine/core/events/UIEvent.h"
|
|
|
| @@ -65,4 +65,4 @@ namespace blink {
|
|
|
| } // namespace blink
|
|
|
| -#endif // UIEventWithKeyState_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_UIEVENTWITHKEYSTATE_H_
|
|
|