#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/compiler_specific.h"
#include "base/memory/scoped_refptr.h"
#include "ppapi/c/private/ppb_host_resolver_private.h"
#include "ppapi/proxy/plugin_resource.h"
#include "ppapi/proxy/ppapi_proxy_export.h"
namespace ppapi {
class TrackedCallback;
struct HostPortPair { … };
namespace proxy {
class NetAddressResource;
class PPAPI_PROXY_EXPORT HostResolverResourceBase: public PluginResource { … };
}
}
#endif