| Index: Source/core/platform/graphics/DeferredImageDecoderTest.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp b/Source/core/platform/graphics/DeferredImageDecoderTest.cpp
|
| similarity index 98%
|
| rename from Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp
|
| rename to Source/core/platform/graphics/DeferredImageDecoderTest.cpp
|
| index a71e27de52d65c4306ac4d2fbe61267a72cf9ff0..b495d5bb45d0fc0b51f479e0c98b38b5a8eafddf 100644
|
| --- a/Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp
|
| +++ b/Source/core/platform/graphics/DeferredImageDecoderTest.cpp
|
| @@ -24,13 +24,13 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/chromium/DeferredImageDecoder.h"
|
| +#include "core/platform/graphics/DeferredImageDecoder.h"
|
|
|
| #include "SkBitmapDevice.h"
|
| #include "SkCanvas.h"
|
| #include "SkPicture.h"
|
| -#include "core/platform/graphics/chromium/ImageDecodingStore.h"
|
| -#include "core/platform/graphics/chromium/test/MockImageDecoder.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"
|
|
|