| Index: sky/engine/platform/PlatformGestureEvent.h
|
| diff --git a/sky/engine/platform/PlatformGestureEvent.h b/sky/engine/platform/PlatformGestureEvent.h
|
| index 356abc79f9478954f939fa133eeafc0c38bfd2de..e3e042fd3e0f2e79fd02a60c5b2d766bef606d7b 100644
|
| --- a/sky/engine/platform/PlatformGestureEvent.h
|
| +++ b/sky/engine/platform/PlatformGestureEvent.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PlatformGestureEvent_h
|
| -#define PlatformGestureEvent_h
|
| +#ifndef SKY_ENGINE_PLATFORM_PLATFORMGESTUREEVENT_H_
|
| +#define SKY_ENGINE_PLATFORM_PLATFORMGESTUREEVENT_H_
|
|
|
| #include <string.h>
|
| #include "sky/engine/platform/PlatformEvent.h"
|
| @@ -168,4 +168,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // PlatformGestureEvent_h
|
| +#endif // SKY_ENGINE_PLATFORM_PLATFORMGESTUREEVENT_H_
|
|
|