#ifndef CONTENT_BROWSER_LOADER_CROSS_ORIGIN_READ_BLOCKING_CHECKER_H_
#define CONTENT_BROWSER_LOADER_CROSS_ORIGIN_READ_BLOCKING_CHECKER_H_
#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "net/base/net_errors.h"
#include "services/network/public/cpp/orb/orb_api.h"
#include "services/network/public/mojom/url_response_head.mojom-forward.h"
namespace net {
class IOBufferWithSize;
}
namespace network {
struct ResourceRequest;
}
namespace storage {
class BlobDataHandle;
}
namespace content {
class CrossOriginReadBlockingChecker { … };
}
#endif