| Index: Source/web/tests/GraphicsLayerTest.cpp
|
| diff --git a/Source/web/tests/GraphicsLayerTest.cpp b/Source/web/tests/GraphicsLayerTest.cpp
|
| index d755c28e505b8325c1e6fa35005d3f8299d42060..163ffd284cbb28d5d4b25a70b1c3b86add282b5a 100644
|
| --- a/Source/web/tests/GraphicsLayerTest.cpp
|
| +++ b/Source/web/tests/GraphicsLayerTest.cpp
|
| @@ -27,9 +27,9 @@
|
| #include "core/platform/graphics/GraphicsLayer.h"
|
|
|
| #include "core/platform/ScrollableArea.h"
|
| -#include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
|
| -#include "core/platform/graphics/transforms/RotateTransformOperation.h"
|
| -#include "core/platform/graphics/transforms/TranslateTransformOperation.h"
|
| +#include "platform/transforms/Matrix3DTransformOperation.h"
|
| +#include "platform/transforms/RotateTransformOperation.h"
|
| +#include "platform/transforms/TranslateTransformOperation.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|