diff options
Diffstat (limited to 'Source/WebKit/chromium/tests/CCLayerAnimationControllerTest.cpp')
-rw-r--r-- | Source/WebKit/chromium/tests/CCLayerAnimationControllerTest.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/WebKit/chromium/tests/CCLayerAnimationControllerTest.cpp b/Source/WebKit/chromium/tests/CCLayerAnimationControllerTest.cpp index 2ce33a561..80e120f84 100644 --- a/Source/WebKit/chromium/tests/CCLayerAnimationControllerTest.cpp +++ b/Source/WebKit/chromium/tests/CCLayerAnimationControllerTest.cpp @@ -24,12 +24,11 @@ #include "config.h" -#include "cc/CCLayerAnimationController.h" +#include "CCLayerAnimationController.h" +#include "CCActiveAnimation.h" +#include "CCAnimationCurve.h" #include "CCAnimationTestCommon.h" -#include "cc/CCActiveAnimation.h" -#include "cc/CCAnimationCurve.h" - #include <gmock/gmock.h> #include <gtest/gtest.h> #include <public/WebTransformationMatrix.h> |