Index: content/renderer/pepper/ppb_broker_impl.h |
diff --git a/content/renderer/pepper/ppb_broker_impl.h b/content/renderer/pepper/ppb_broker_impl.h |
index b43d3a6a371c1b0560f539e51d27456396bfe374..54a1680a32aadcc0bedef9e323a5a72a1360bccb 100644 |
--- a/content/renderer/pepper/ppb_broker_impl.h |
+++ b/content/renderer/pepper/ppb_broker_impl.h |
@@ -5,8 +5,10 @@ |
#ifndef CONTENT_RENDERER_PEPPER_PPB_BROKER_IMPL_H_ |
#define CONTENT_RENDERER_PEPPER_PPB_BROKER_IMPL_H_ |
-#include "base/basictypes.h" |
+#include <stdint.h> |
+ |
#include "base/compiler_specific.h" |
+#include "base/macros.h" |
#include "base/memory/weak_ptr.h" |
#include "base/process/process.h" |
#include "ipc/ipc_listener.h" |