Index: chrome/renderer/pepper/pepper_flash_font_file_host.h |
diff --git a/chrome/renderer/pepper/pepper_flash_font_file_host.h b/chrome/renderer/pepper/pepper_flash_font_file_host.h |
index 3c29a222f588b51fe9ac43f7c4f8cb7f42227bf4..07dcb62b93524ca11edd07bfc7f6f7a1fd101279 100644 |
--- a/chrome/renderer/pepper/pepper_flash_font_file_host.h |
+++ b/chrome/renderer/pepper/pepper_flash_font_file_host.h |
@@ -5,8 +5,12 @@ |
#ifndef CHROME_RENDERER_PEPPER_PEPPER_FLASH_FONT_FILE_HOST_H_ |
#define CHROME_RENDERER_PEPPER_PEPPER_FLASH_FONT_FILE_HOST_H_ |
-#include "base/basictypes.h" |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include "base/compiler_specific.h" |
+#include "base/macros.h" |
+#include "build/build_config.h" |
#include "ppapi/c/private/pp_private_font_charset.h" |
#include "ppapi/host/resource_host.h" |