| Index: Source/core/animation/KeyframeEffectModelTest.cpp
|
| diff --git a/Source/core/animation/KeyframeEffectModelTest.cpp b/Source/core/animation/KeyframeEffectModelTest.cpp
|
| index 7287f9ac16f7994e8624038c521aa9ab3a9efd9a..8d1dab1b914be0d30d180fcb1d22e934b83056f4 100644
|
| --- a/Source/core/animation/KeyframeEffectModelTest.cpp
|
| +++ b/Source/core/animation/KeyframeEffectModelTest.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "config.h"
|
| #include "core/animation/KeyframeEffectModel.h"
|
|
|
| -#include "core/animation/AnimatableLength.h"
|
| -#include "core/animation/AnimatableUnknown.h"
|
| +#include "core/animation/animatable/AnimatableLength.h"
|
| +#include "core/animation/animatable/AnimatableUnknown.h"
|
| #include "core/animation/interpolation/LegacyStyleInterpolation.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/css/parser/BisonCSSParser.h"
|
|
|