| Index: ppapi/proxy/udp_socket_resource_base.h
|
| diff --git a/ppapi/proxy/udp_socket_resource_base.h b/ppapi/proxy/udp_socket_resource_base.h
|
| index e5a8aef805f4f1f2415364aa1e7a295fc2010dbc..30599422f037b6f4127c000e7797a8380591c59e 100644
|
| --- a/ppapi/proxy/udp_socket_resource_base.h
|
| +++ b/ppapi/proxy/udp_socket_resource_base.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef PPAPI_PROXY_UDP_SOCKET_RESOURCE_BASE_H_
|
| #define PPAPI_PROXY_UDP_SOCKET_RESOURCE_BASE_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <queue>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/c/ppb_udp_socket.h"
|
| #include "ppapi/c/private/ppb_net_address_private.h"
|
|
|