#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LOADER_WEB_BUNDLE_WEB_BUNDLE_LOADER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LOADER_WEB_BUNDLE_WEB_BUNDLE_LOADER_H_
#include "services/network/public/mojom/web_bundle_handle.mojom-blink.h"
#include "third_party/blink/public/mojom/fetch/fetch_api_request.mojom-blink.h"
#include "third_party/blink/renderer/core/html/cross_origin_attribute.h"
#include "third_party/blink/renderer/core/loader/threadable_loader_client.h"
#include "third_party/blink/renderer/platform/mojo/heap_mojo_receiver_set.h"
#include "third_party/blink/renderer/platform/weborigin/kurl.h"
namespace base {
class SingleThreadTaskRunner;
}
namespace blink {
class SecurityOrigin;
class SubresourceWebBundle;
class Document;
class ThreadableLoader;
class WebBundleLoader : public GarbageCollected<WebBundleLoader>,
public ThreadableLoaderClient,
public network::mojom::blink::WebBundleHandle { … };
}
#endif