| 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 50437be6d08cf103cda74190632cd751c7ecc702..6b24f6178718704f5ee02131a80d41bcbcd16fd3 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>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |