| Index: sky/engine/public/platform/WebGestureCurveTarget.h
|
| diff --git a/sky/engine/public/platform/WebGestureCurveTarget.h b/sky/engine/public/platform/WebGestureCurveTarget.h
|
| index a96df2d61fbb505de1a2813779fdfe0ad2681455..39017e709df43020ae9511e8c0a316ea38c9ed74 100644
|
| --- a/sky/engine/public/platform/WebGestureCurveTarget.h
|
| +++ b/sky/engine/public/platform/WebGestureCurveTarget.h
|
| @@ -22,8 +22,8 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebGestureCurveTarget_h
|
| -#define WebGestureCurveTarget_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBGESTURECURVETARGET_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBGESTURECURVETARGET_H_
|
|
|
| #include "sky/engine/public/platform/WebFloatSize.h"
|
| #include "sky/engine/public/platform/WebPoint.h"
|
| @@ -40,4 +40,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBGESTURECURVETARGET_H_
|
|
|