| Index: Source/core/frame/animation/AnimationBase.h
|
| diff --git a/Source/core/frame/animation/AnimationBase.h b/Source/core/frame/animation/AnimationBase.h
|
| index 6ab1d5801e4b76518dda948b094dd4e33e2a19ad..4e912912634d21846d1af15d7b8256a4fcf66057 100644
|
| --- a/Source/core/frame/animation/AnimationBase.h
|
| +++ b/Source/core/frame/animation/AnimationBase.h
|
| @@ -30,8 +30,8 @@
|
| #define AnimationBase_h
|
|
|
| #include "CSSPropertyNames.h"
|
| -#include "core/platform/animation/CSSAnimationData.h"
|
| -#include "core/rendering/style/RenderStyleConstants.h"
|
| +#include "platform/RenderStyleConstants.h"
|
| +#include "platform/animation/CSSAnimationData.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| namespace WebCore {
|
|
|