Index: content/renderer/pepper/ppb_audio_impl.h |
diff --git a/content/renderer/pepper/ppb_audio_impl.h b/content/renderer/pepper/ppb_audio_impl.h |
index 130a6f3cea02c2ad865daf03b6cf10179a05a26a..311dfb9306c77862ddc2693c2fa8ae33706cfac1 100644 |
--- a/content/renderer/pepper/ppb_audio_impl.h |
+++ b/content/renderer/pepper/ppb_audio_impl.h |
@@ -5,7 +5,10 @@ |
#ifndef CONTENT_RENDERER_PEPPER_PPB_AUDIO_IMPL_H_ |
#define CONTENT_RENDERER_PEPPER_PPB_AUDIO_IMPL_H_ |
-#include "base/basictypes.h" |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
+#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/shared_memory.h" |
#include "base/sync_socket.h" |