| Index: Source/core/animation/css/CSSAnimationDataList.cpp
|
| diff --git a/Source/core/platform/animation/CSSAnimationDataList.cpp b/Source/core/animation/css/CSSAnimationDataList.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/animation/CSSAnimationDataList.cpp
|
| rename to Source/core/animation/css/CSSAnimationDataList.cpp
|
| index 5170e7680f969d3fc85dbaf98d992f1e07fe40e3..e130d93aea11c0441379b270115b40ce51d18d87 100644
|
| --- a/Source/core/platform/animation/CSSAnimationDataList.cpp
|
| +++ b/Source/core/animation/css/CSSAnimationDataList.cpp
|
| @@ -20,7 +20,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/animation/CSSAnimationDataList.h"
|
| +#include "core/animation/css/CSSAnimationDataList.h"
|
|
|
| namespace WebCore {
|
|
|
|
|