| Index: Source/core/animation/AnimatableValueTestHelperTest.cpp
|
| diff --git a/Source/core/animation/AnimatableValueTestHelperTest.cpp b/Source/core/animation/AnimatableValueTestHelperTest.cpp
|
| index c875fc42e138f6e8e37c86cfc35269f0fcfb734d..13d4b8388d5130a6aea598b7688cadc22cf5aa32 100644
|
| --- a/Source/core/animation/AnimatableValueTestHelperTest.cpp
|
| +++ b/Source/core/animation/AnimatableValueTestHelperTest.cpp
|
| @@ -32,11 +32,11 @@
|
|
|
| #include "core/animation/AnimatableValueTestHelper.h"
|
|
|
| -#include "core/platform/graphics/transforms/ScaleTransformOperation.h"
|
| -#include "core/platform/graphics/transforms/TranslateTransformOperation.h"
|
| #include "core/rendering/ClipPathOperation.h"
|
| #include "core/rendering/style/BasicShapes.h"
|
| #include "core/svg/SVGLengthContext.h"
|
| +#include "platform/transforms/ScaleTransformOperation.h"
|
| +#include "platform/transforms/TranslateTransformOperation.h"
|
|
|
| #include <gmock/gmock.h>
|
| #include <gtest/gtest.h>
|
|
|