| Index: ppapi/proxy/host_resolver_resource_base.h
|
| diff --git a/ppapi/proxy/host_resolver_resource_base.h b/ppapi/proxy/host_resolver_resource_base.h
|
| index d27d98881798c71d008264a951f7bd3ed0aa1202..2147ba9f07e66b7e6f8c2545b87c5022317a4b23 100644
|
| --- a/ppapi/proxy/host_resolver_resource_base.h
|
| +++ b/ppapi/proxy/host_resolver_resource_base.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef PPAPI_PROXY_HOST_RESOLVER_RESOURCE_BASE_H_
|
| #define PPAPI_PROXY_HOST_RESOLVER_RESOURCE_BASE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/c/private/ppb_host_resolver_private.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
|
|