| Index: ppapi/proxy/host_resolver_private_resource.h
|
| diff --git a/ppapi/proxy/host_resolver_private_resource.h b/ppapi/proxy/host_resolver_private_resource.h
|
| index d83b707bc651ababd93763cbc09da6047ee98c62..14da8676ccf8d814efa49ba9a30329e724676112 100644
|
| --- a/ppapi/proxy/host_resolver_private_resource.h
|
| +++ b/ppapi/proxy/host_resolver_private_resource.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef PPAPI_PROXY_HOST_RESOLVER_PRIVATE_RESOURCE_H_
|
| #define PPAPI_PROXY_HOST_RESOLVER_PRIVATE_RESOURCE_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/proxy/host_resolver_resource_base.h"
|
| #include "ppapi/proxy/ppapi_proxy_export.h"
|
| #include "ppapi/thunk/ppb_host_resolver_private_api.h"
|
|
|