| Index: sky/engine/core/events/TouchEvent.h
|
| diff --git a/sky/engine/core/events/TouchEvent.h b/sky/engine/core/events/TouchEvent.h
|
| index 3dd945f6a85ace60b6b3de7cb7acd98ec5a3dea8..85a593574c17bd5324320ba79924d91cf79c10c6 100644
|
| --- a/sky/engine/core/events/TouchEvent.h
|
| +++ b/sky/engine/core/events/TouchEvent.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TouchEvent_h
|
| -#define TouchEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_TOUCHEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_TOUCHEVENT_H_
|
|
|
| #include "sky/engine/core/dom/TouchList.h"
|
| #include "sky/engine/core/events/EventDispatchMediator.h"
|
| @@ -97,4 +97,4 @@ DEFINE_EVENT_TYPE_CASTS(TouchEvent);
|
|
|
| } // namespace blink
|
|
|
| -#endif // TouchEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_TOUCHEVENT_H_
|
|
|