| Index: sky/engine/public/web/WebInputEvent.h
|
| diff --git a/sky/engine/public/web/WebInputEvent.h b/sky/engine/public/web/WebInputEvent.h
|
| index 3ef669ee9469b056d6f84ea20490783e786063f0..b09967716e121907fa59496fc73516166087b019 100644
|
| --- a/sky/engine/public/web/WebInputEvent.h
|
| +++ b/sky/engine/public/web/WebInputEvent.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebInputEvent_h
|
| -#define WebInputEvent_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBINPUTEVENT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBINPUTEVENT_H_
|
|
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebGestureDevice.h"
|
| @@ -517,4 +517,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBINPUTEVENT_H_
|
|
|