| Index: ppapi/thunk/ppb_network_proxy_api.h
|
| diff --git a/ppapi/thunk/ppb_network_proxy_api.h b/ppapi/thunk/ppb_network_proxy_api.h
|
| index 3cefaa070bcaf843e57b60e24a31f5143fdc323f..9f33e314ed862dc023474c555525cea91268cd0a 100644
|
| --- a/ppapi/thunk/ppb_network_proxy_api.h
|
| +++ b/ppapi/thunk/ppb_network_proxy_api.h
|
| @@ -5,7 +5,8 @@
|
| #ifndef PPAPI_THUNK_PPB_NETWORK_PROXY_API_H_
|
| #define PPAPI_THUNK_PPB_NETWORK_PROXY_API_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/shared_impl/singleton_resource_id.h"
|
|
|