Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1895)

Unified Diff: Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp

Issue 203543002: Move Image related tests from web/tests/ to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase to ToT Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp ('k') | Source/web/tests/BitmapImageTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
diff --git a/Source/web/tests/JPEGImageDecoderTest.cpp b/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
similarity index 99%
rename from Source/web/tests/JPEGImageDecoderTest.cpp
rename to Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
index 8b47d86dcc69053330ca76af0e951d7ba40bc76a..32510aad838fcddd1a2d7ee6ccfbc2caaf9d68d4 100644
--- a/Source/web/tests/JPEGImageDecoderTest.cpp
+++ b/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "../../config.h"
+#include "config.h"
#include "platform/image-decoders/jpeg/JPEGImageDecoder.h"
« no previous file with comments | « Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp ('k') | Source/web/tests/BitmapImageTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698