| Index: sky/engine/core/animation/AnimationNode.h
|
| diff --git a/sky/engine/core/animation/AnimationNode.h b/sky/engine/core/animation/AnimationNode.h
|
| index 552d4412e7064038aca07e9cef09f63d692211a4..9c0ef14aa4fb799d80bbd0cac6fc57b33bdea7f4 100644
|
| --- a/sky/engine/core/animation/AnimationNode.h
|
| +++ b/sky/engine/core/animation/AnimationNode.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef AnimationNode_h
|
| -#define AnimationNode_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_ANIMATIONNODE_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_ANIMATIONNODE_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/animation/Timing.h"
|
| @@ -167,4 +167,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_ANIMATIONNODE_H_
|
|
|