| Index: Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| diff --git a/Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp b/Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| index f0aa71d3d972dbc841dece177dd9bca80277dcea..3d8ed0c8ca3d813bca490d87243703a5245cdc30 100644
|
| --- a/Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| +++ b/Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "config.h"
|
| #include "core/platform/image-decoders/bmp/BMPImageDecoder.h"
|
|
|
| -#include "PlatformInstrumentation.h"
|
| +#include "core/platform/PlatformInstrumentation.h"
|
| #include "core/platform/image-decoders/bmp/BMPImageReader.h"
|
| #include <wtf/PassOwnPtr.h>
|
|
|
|
|