| Index: cc/animation/keyframed_animation_curve.h
|
| diff --git a/cc/keyframed_animation_curve.h b/cc/animation/keyframed_animation_curve.h
|
| similarity index 94%
|
| rename from cc/keyframed_animation_curve.h
|
| rename to cc/animation/keyframed_animation_curve.h
|
| index 34149277c9f34d6e5ae63a2b394ea6a22213f52f..aa53b676a85dd5008c38c78be09161ca9c949262 100644
|
| --- a/cc/keyframed_animation_curve.h
|
| +++ b/cc/animation/keyframed_animation_curve.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_KEYFRAMED_ANIMATION_CURVE_H_
|
| -#define CC_KEYFRAMED_ANIMATION_CURVE_H_
|
| +#ifndef CC_ANIMATION_KEYFRAMED_ANIMATION_CURVE_H_
|
| +#define CC_ANIMATION_KEYFRAMED_ANIMATION_CURVE_H_
|
|
|
| -#include "cc/animation_curve.h"
|
| +#include "cc/animation/animation_curve.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/scoped_ptr_vector.h"
|
| #include "cc/timing_function.h"
|
| @@ -126,4 +126,4 @@ class CC_EXPORT KeyframedTransformAnimationCurve : public TransformAnimationCurv
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_KEYFRAMED_ANIMATION_CURVE_H_
|
| +#endif // CC_ANIMATION_KEYFRAMED_ANIMATION_CURVE_H_
|
|
|