| Index: Source/core/animation/Interpolation.cpp
|
| diff --git a/Source/core/animation/interpolation/Interpolation.cpp b/Source/core/animation/Interpolation.cpp
|
| similarity index 96%
|
| rename from Source/core/animation/interpolation/Interpolation.cpp
|
| rename to Source/core/animation/Interpolation.cpp
|
| index e01ad0f416f7b2533dc391b83e98014714139320..de40c138444855f5b43b4bbef57234c2cea66ac3 100644
|
| --- a/Source/core/animation/interpolation/Interpolation.cpp
|
| +++ b/Source/core/animation/Interpolation.cpp
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "core/animation/interpolation/Interpolation.h"
|
| +#include "core/animation/Interpolation.h"
|
|
|
| namespace blink {
|
|
|
|
|