| Index: ppapi/proxy/host_resolver_resource.h
|
| diff --git a/ppapi/proxy/host_resolver_resource.h b/ppapi/proxy/host_resolver_resource.h
|
| index ae6c524d3c509b6e96af3a6ce3a89316acf4ca8e..034b741ee7861c261c24052b1493d03a53627ea1 100644
|
| --- a/ppapi/proxy/host_resolver_resource.h
|
| +++ b/ppapi/proxy/host_resolver_resource.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef PPAPI_PROXY_HOST_RESOLVER_RESOURCE_H_
|
| #define PPAPI_PROXY_HOST_RESOLVER_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_api.h"
|
|
|