Index: Source/core/platform/animation/AnimationTranslationUtilTest.cpp |
diff --git a/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp b/Source/core/platform/animation/AnimationTranslationUtilTest.cpp |
similarity index 99% |
rename from Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp |
rename to Source/core/platform/animation/AnimationTranslationUtilTest.cpp |
index 666204e277120f9e495ce540ec2444e1df02e2bb..f81f30535e0ae807688aa5d93801378c2a7b74d6 100644 |
--- a/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp |
+++ b/Source/core/platform/animation/AnimationTranslationUtilTest.cpp |
@@ -24,7 +24,7 @@ |
#include "config.h" |
-#include "core/platform/graphics/chromium/AnimationTranslationUtil.h" |
+#include "core/platform/animation/AnimationTranslationUtil.h" |
#include "core/platform/animation/CSSAnimationData.h" |
#include "core/platform/animation/KeyframeValueList.h" |
@@ -34,9 +34,9 @@ |
#include "core/platform/graphics/transforms/ScaleTransformOperation.h" |
#include "core/platform/graphics/transforms/TransformOperations.h" |
#include "core/platform/graphics/transforms/TranslateTransformOperation.h" |
+#include "public/platform/WebAnimation.h" |
#include "wtf/RefPtr.h" |
#include <gtest/gtest.h> |
-#include "public/platform/WebAnimation.h" |
using namespace WebCore; |
using namespace WebKit; |