| 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 3d8ed0c8ca3d813bca490d87243703a5245cdc30..40a188c3cff8b157a0f9a611be07ab5b5fb50f7c 100644
|
| --- a/Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| +++ b/Source/core/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "core/platform/PlatformInstrumentation.h"
|
| #include "core/platform/image-decoders/bmp/BMPImageReader.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|