| Index: skia/ext/bitmap_platform_device_mac.h
|
| diff --git a/skia/ext/bitmap_platform_device_mac.h b/skia/ext/bitmap_platform_device_mac.h
|
| index 566924bb8d1b81a1839c242aa7c8360be94ded4f..69c375d58ff6793f1ce39260230bb3bf1cd78dc5 100644
|
| --- a/skia/ext/bitmap_platform_device_mac.h
|
| +++ b/skia/ext/bitmap_platform_device_mac.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef SKIA_EXT_BITMAP_PLATFORM_DEVICE_MAC_H_
|
| #define SKIA_EXT_BITMAP_PLATFORM_DEVICE_MAC_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "skia/ext/platform_device.h"
|
| #include "skia/ext/refptr.h"
|
|
|
|
|