| Index: sky/engine/platform/UserGestureIndicator.h
|
| diff --git a/sky/engine/platform/UserGestureIndicator.h b/sky/engine/platform/UserGestureIndicator.h
|
| index 4fe11904780b52d0cca2e8bf510499ae45912be7..a07533a9e23bef04f2c22737e6fb72aee2a0cdf3 100644
|
| --- a/sky/engine/platform/UserGestureIndicator.h
|
| +++ b/sky/engine/platform/UserGestureIndicator.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef UserGestureIndicator_h
|
| -#define UserGestureIndicator_h
|
| +#ifndef SKY_ENGINE_PLATFORM_USERGESTUREINDICATOR_H_
|
| +#define SKY_ENGINE_PLATFORM_USERGESTUREINDICATOR_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -86,4 +86,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_USERGESTUREINDICATOR_H_
|
|
|