#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_LOADER_URL_LOADER_FACTORY_BUNDLE_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_LOADER_URL_LOADER_FACTORY_BUNDLE_H_
#include <map>
#include <memory>
#include <string>
#include <utility>
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
#include "services/network/public/mojom/url_loader_factory.mojom-forward.h"
#include "third_party/blink/public/common/common_export.h"
#include "url/origin.h"
namespace network {
struct ResourceRequest;
}
namespace blink {
class BLINK_COMMON_EXPORT PendingURLLoaderFactoryBundle
: public network::PendingSharedURLLoaderFactory { … };
class BLINK_COMMON_EXPORT URLLoaderFactoryBundle
: public network::SharedURLLoaderFactory { … };
}
#endif