Index: Source/web/tests/DeferredImageDecoderTest.cpp |
diff --git a/Source/core/platform/graphics/DeferredImageDecoderTest.cpp b/Source/web/tests/DeferredImageDecoderTest.cpp |
similarity index 98% |
rename from Source/core/platform/graphics/DeferredImageDecoderTest.cpp |
rename to Source/web/tests/DeferredImageDecoderTest.cpp |
index b495d5bb45d0fc0b51f479e0c98b38b5a8eafddf..29c0e3ec732f1cbef384338365d8d84807cd5eb0 100644 |
--- a/Source/core/platform/graphics/DeferredImageDecoderTest.cpp |
+++ b/Source/web/tests/DeferredImageDecoderTest.cpp |
@@ -24,18 +24,18 @@ |
*/ |
#include "config.h" |
-#include "core/platform/graphics/DeferredImageDecoder.h" |
+#include "platform/graphics/DeferredImageDecoder.h" |
#include "SkBitmapDevice.h" |
#include "SkCanvas.h" |
#include "SkPicture.h" |
-#include "core/platform/graphics/ImageDecodingStore.h" |
-#include "core/platform/graphics/test/MockImageDecoder.h" |
-#include "core/platform/graphics/skia/NativeImageSkia.h" |
#include "platform/SharedBuffer.h" |
#include "platform/Task.h" |
+#include "platform/graphics/ImageDecodingStore.h" |
+#include "platform/graphics/skia/NativeImageSkia.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebThread.h" |
+#include "web/tests/MockImageDecoder.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
#include <gtest/gtest.h> |