#ifndef SERVICES_NETWORK_PUBLIC_CPP_RESOURCE_REQUEST_BODY_H_
#define SERVICES_NETWORK_PUBLIC_CPP_RESOURCE_REQUEST_BODY_H_
#include <stdint.h>
#include <vector>
#include "base/component_export.h"
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_refptr.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "services/network/public/cpp/data_element.h"
#include "services/network/public/mojom/chunked_data_pipe_getter.mojom-shared.h"
#include "services/network/public/mojom/data_pipe_getter.mojom-shared.h"
#include "services/network/public/mojom/url_request.mojom-shared.h"
namespace base {
class Time;
}
namespace blink {
namespace mojom {
class FetchAPIRequestBodyDataView;
}
}
namespace network {
class COMPONENT_EXPORT(NETWORK_CPP_BASE) ResourceRequestBody
: public base::RefCountedThreadSafe<ResourceRequestBody> { … };
}
#endif