| Index: Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| diff --git a/Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp b/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| rename to Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| index 963c7690a1dd83a989b9eb92f1374191b020f67f..fb80ae7dbeba20ad46811ae05140285788814413 100644
|
| --- a/Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| +++ b/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| @@ -29,9 +29,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/image-decoders/bmp/BMPImageDecoder.h"
|
| +#include "platform/image-decoders/bmp/BMPImageDecoder.h"
|
|
|
| #include "platform/PlatformInstrumentation.h"
|
| +#include "platform/image-decoders/bmp/BMPImageReader.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|