| Index: sky/engine/core/events/GestureEvent.h
|
| diff --git a/sky/engine/core/events/GestureEvent.h b/sky/engine/core/events/GestureEvent.h
|
| index 6fe70fc54f3e8c203cea18acd73c39e6880a0843..5950f77a209ee7122fb836df216bbb27a4345f66 100644
|
| --- a/sky/engine/core/events/GestureEvent.h
|
| +++ b/sky/engine/core/events/GestureEvent.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef GestureEvent_h
|
| -#define GestureEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_GESTUREEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_GESTUREEVENT_H_
|
|
|
| #include "sky/engine/core/events/EventDispatcher.h"
|
| #include "sky/engine/core/events/MouseRelatedEvent.h"
|
| @@ -72,4 +72,4 @@ DEFINE_EVENT_TYPE_CASTS(GestureEvent);
|
|
|
| } // namespace blink
|
|
|
| -#endif // GestureEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_GESTUREEVENT_H_
|
|
|