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