| Index: sky/engine/platform/animation/UnitBezier.h
|
| diff --git a/sky/engine/platform/animation/UnitBezier.h b/sky/engine/platform/animation/UnitBezier.h
|
| index 735bb260edc139573b166540bcd64ec8db897e0b..81c28b0c0b46449e29d5c7fd4869dd58b052fecf 100644
|
| --- a/sky/engine/platform/animation/UnitBezier.h
|
| +++ b/sky/engine/platform/animation/UnitBezier.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef UnitBezier_h
|
| -#define UnitBezier_h
|
| +#ifndef SKY_ENGINE_PLATFORM_ANIMATION_UNITBEZIER_H_
|
| +#define SKY_ENGINE_PLATFORM_ANIMATION_UNITBEZIER_H_
|
|
|
| #include <math.h>
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -161,4 +161,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // UnitBezier_h
|
| +#endif // SKY_ENGINE_PLATFORM_ANIMATION_UNITBEZIER_H_
|
|
|