| Index: sky/engine/public/web/WebTouchAction.h
|
| diff --git a/sky/engine/public/web/WebTouchAction.h b/sky/engine/public/web/WebTouchAction.h
|
| index 2643199d264f4ecdacb03c77f223c78089fe3a64..ef9961492829920a4570cfc35dd5dba150aa711d 100644
|
| --- a/sky/engine/public/web/WebTouchAction.h
|
| +++ b/sky/engine/public/web/WebTouchAction.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebTouchAction_h
|
| -#define WebTouchAction_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBTOUCHACTION_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBTOUCHACTION_H_
|
|
|
| namespace blink {
|
|
|
| @@ -49,4 +49,4 @@ inline WebTouchAction& operator&= (WebTouchAction& a, WebTouchAction b) { return
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBTOUCHACTION_H_
|
|
|