| Index: cc/keyframed_animation_curve.h
|
| diff --git a/cc/keyframed_animation_curve.h b/cc/keyframed_animation_curve.h
|
| index 066e5c64da43527ac2037858ab82f8465e8720c8..1720321be7627bfb8fc29dff7d582acb6e2aad62 100644
|
| --- a/cc/keyframed_animation_curve.h
|
| +++ b/cc/keyframed_animation_curve.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CCKeyframedAnimationCurve_h
|
| #define CCKeyframedAnimationCurve_h
|
|
|
| -#include "CCAnimationCurve.h"
|
| -#include "CCTimingFunction.h"
|
| +#include "cc/animation_curve.h"
|
| +#include "cc/timing_function.h"
|
| #include "scoped_ptr_vector.h"
|
| #include <public/WebTransformOperations.h>
|
|
|
|
|