Index: ui/gfx/codec/png_codec.h |
diff --git a/ui/gfx/codec/png_codec.h b/ui/gfx/codec/png_codec.h |
index 5f849c462fc024748b6f9230c0775e997556b2ba..ba8c8159c2f01f31ce124ead26e5f29e6397737a 100644 |
--- a/ui/gfx/codec/png_codec.h |
+++ b/ui/gfx/codec/png_codec.h |
@@ -5,10 +5,12 @@ |
#ifndef UI_GFX_CODEC_PNG_CODEC_H_ |
#define UI_GFX_CODEC_PNG_CODEC_H_ |
+#include <stddef.h> |
+ |
#include <string> |
#include <vector> |
-#include "base/basictypes.h" |
+#include "base/macros.h" |
#include "ui/gfx/gfx_export.h" |
class SkBitmap; |