| Index: Source/web/tests/ImageDecodingStoreTest.cpp
|
| diff --git a/Source/core/platform/graphics/ImageDecodingStoreTest.cpp b/Source/web/tests/ImageDecodingStoreTest.cpp
|
| similarity index 98%
|
| rename from Source/core/platform/graphics/ImageDecodingStoreTest.cpp
|
| rename to Source/web/tests/ImageDecodingStoreTest.cpp
|
| index 9c2bf7c7ae7c23437b6da412067769fba7d9cde3..60624aac24c90e2385689d2c1c2f3c278f851904 100644
|
| --- a/Source/core/platform/graphics/ImageDecodingStoreTest.cpp
|
| +++ b/Source/web/tests/ImageDecodingStoreTest.cpp
|
| @@ -25,12 +25,12 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "core/platform/graphics/ImageDecodingStore.h"
|
| +#include "platform/graphics/ImageDecodingStore.h"
|
|
|
| #include "platform/SharedBuffer.h"
|
| -#include "core/platform/graphics/ImageFrameGenerator.h"
|
| -#include "core/platform/graphics/test/MockDiscardablePixelRef.h"
|
| -#include "core/platform/graphics/test/MockImageDecoder.h"
|
| +#include "platform/graphics/ImageFrameGenerator.h"
|
| +#include "platform/graphics/test/MockDiscardablePixelRef.h"
|
| +#include "web/tests/MockImageDecoder.h"
|
| #include <gtest/gtest.h>
|
|
|
| using namespace WebCore;
|
|
|