| Index: sky/engine/core/events/WheelEvent.h
|
| diff --git a/sky/engine/core/events/WheelEvent.h b/sky/engine/core/events/WheelEvent.h
|
| index d10c6aba4dfe25dbd1e886859098b3208dc62b88..32da035fadfca33296afd302142d5d3359859794 100644
|
| --- a/sky/engine/core/events/WheelEvent.h
|
| +++ b/sky/engine/core/events/WheelEvent.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WheelEvent_h
|
| -#define WheelEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_WHEELEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_WHEELEVENT_H_
|
|
|
| #include "sky/engine/core/events/EventDispatchMediator.h"
|
| #include "sky/engine/core/events/MouseEvent.h"
|
| @@ -115,4 +115,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // WheelEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_WHEELEVENT_H_
|
|
|