#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_FETCH_URL_LOADER_RESOURCE_REQUEST_CLIENT_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_FETCH_URL_LOADER_RESOURCE_REQUEST_CLIENT_H_
#include <stdint.h>
#include <string>
#include <vector>
#include "base/functional/callback_forward.h"
#include "base/time/time.h"
#include "mojo/public/cpp/base/big_buffer.h"
#include "mojo/public/cpp/system/data_pipe.h"
#include "services/network/public/mojom/url_response_head.mojom-forward.h"
#include "third_party/blink/public/platform/web_common.h"
#include "third_party/blink/renderer/platform/wtf/ref_counted.h"
namespace net {
struct RedirectInfo;
class HttpRequestHeaders;
}
namespace network {
struct URLLoaderCompletionStatus;
}
namespace blink {
class BLINK_PLATFORM_EXPORT ResourceRequestClient
: public WTF::RefCounted<ResourceRequestClient> { … };
}
#endif