Index: Source/web/tests/JPEGImageDecoderTest.cpp |
diff --git a/Source/core/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp b/Source/web/tests/JPEGImageDecoderTest.cpp |
similarity index 98% |
rename from Source/core/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp |
rename to Source/web/tests/JPEGImageDecoderTest.cpp |
index 076ac5d82a97da9df29d000ff0dde609c27aec83..8b47d86dcc69053330ca76af0e951d7ba40bc76a 100644 |
--- a/Source/core/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp |
+++ b/Source/web/tests/JPEGImageDecoderTest.cpp |
@@ -28,9 +28,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "config.h" |
+#include "../../config.h" |
-#include "core/platform/image-decoders/jpeg/JPEGImageDecoder.h" |
+#include "platform/image-decoders/jpeg/JPEGImageDecoder.h" |
#include "platform/SharedBuffer.h" |
#include "public/platform/Platform.h" |