| Index: third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h
|
| index 7df81128d03d509431945b10ff7490b4b439a40d..eb35ac39f2a7441e6a8a7e4a12667fa53d42a85a 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef BMPImageReader_h
|
| #define BMPImageReader_h
|
|
|
| +#include <stdint.h>
|
| #include "platform/image-decoders/FastSharedBufferReader.h"
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/CPU.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include <stdint.h>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/CPU.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|