Index: ppapi/proxy/udp_socket_filter.h |
diff --git a/ppapi/proxy/udp_socket_filter.h b/ppapi/proxy/udp_socket_filter.h |
index faa62e09989b6dd9523c2608a06bdc8d26898b24..4aa3e5cde83b23d4f0fca63834b011043d1b04b4 100644 |
--- a/ppapi/proxy/udp_socket_filter.h |
+++ b/ppapi/proxy/udp_socket_filter.h |
@@ -5,10 +5,12 @@ |
#ifndef PPAPI_PROXY_UDP_SOCKET_FILTER_H_ |
#define PPAPI_PROXY_UDP_SOCKET_FILTER_H_ |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include <queue> |
#include <string> |
-#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/containers/scoped_ptr_hash_map.h" |
#include "base/memory/ref_counted.h" |