Index: ppapi/proxy/tcp_socket_resource_base.h |
diff --git a/ppapi/proxy/tcp_socket_resource_base.h b/ppapi/proxy/tcp_socket_resource_base.h |
index 3274fb9518e91e8f6bee72a65653ce17fa7a9b74..c60ff33594642201f969d9776b66856e298f7ed1 100644 |
--- a/ppapi/proxy/tcp_socket_resource_base.h |
+++ b/ppapi/proxy/tcp_socket_resource_base.h |
@@ -5,11 +5,13 @@ |
#ifndef PPAPI_PROXY_TCP_SOCKET_RESOURCE_BASE_H_ |
#define PPAPI_PROXY_TCP_SOCKET_RESOURCE_BASE_H_ |
+#include <stdint.h> |
+ |
#include <queue> |
#include <string> |
#include <vector> |
-#include "base/basictypes.h" |
+#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "ppapi/c/ppb_tcp_socket.h" |
#include "ppapi/c/private/ppb_net_address_private.h" |