Index: ppapi/proxy/plugin_resource.h |
diff --git a/ppapi/proxy/plugin_resource.h b/ppapi/proxy/plugin_resource.h |
index 0f2124035bcc5e8644246b476d7362c8df8ead4f..0fabab20b3df639dcb4987cc838643a51f003439 100644 |
--- a/ppapi/proxy/plugin_resource.h |
+++ b/ppapi/proxy/plugin_resource.h |
@@ -5,10 +5,12 @@ |
#ifndef PPAPI_PROXY_PLUGIN_RESOURCE_H_ |
#define PPAPI_PROXY_PLUGIN_RESOURCE_H_ |
+#include <stdint.h> |
+ |
#include <map> |
-#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
+#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "ipc/ipc_message.h" |
#include "ipc/ipc_sender.h" |