Index: ppapi/proxy/audio_input_resource.h |
diff --git a/ppapi/proxy/audio_input_resource.h b/ppapi/proxy/audio_input_resource.h |
index a94ff9c5e3e38f4b85c030e90c68b99c13439cdc..3a3b40b7f9834450c34260c8aff8df4fae0207c6 100644 |
--- a/ppapi/proxy/audio_input_resource.h |
+++ b/ppapi/proxy/audio_input_resource.h |
@@ -5,8 +5,11 @@ |
#ifndef PPAPI_PROXY_AUDIO_INPUT_RESOURCE_H_ |
#define PPAPI_PROXY_AUDIO_INPUT_RESOURCE_H_ |
-#include "base/basictypes.h" |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include "base/compiler_specific.h" |
+#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/shared_memory.h" |