Index: Source/core/rendering/animation/WebAnimationProvider.cpp |
diff --git a/Source/core/rendering/animation/WebAnimationProvider.cpp b/Source/core/rendering/animation/WebAnimationProvider.cpp |
index 473e3ff8073d8d63b8b83cfa06ac5bd9de0ece9c..f5f8ed554f2535cc930cc83b3242b03f6ace403a 100644 |
--- a/Source/core/rendering/animation/WebAnimationProvider.cpp |
+++ b/Source/core/rendering/animation/WebAnimationProvider.cpp |
@@ -27,8 +27,8 @@ |
#include "core/rendering/animation/WebAnimationProvider.h" |
-#include "core/platform/animation/AnimationTranslationUtil.h" |
-#include "core/platform/animation/CSSAnimationData.h" |
+#include "core/animation/AnimationTranslationUtil.h" |
+#include "core/animation/css/CSSAnimationData.h" |
#include "core/rendering/style/KeyframeList.h" |
#include "core/rendering/style/RenderStyle.h" |
#include "public/platform/WebAnimation.h" |