#ifndef CONTENT_BROWSER_CLIENT_HINTS_CRITICAL_CLIENT_HINTS_THROTTLE_H_
#define CONTENT_BROWSER_CLIENT_HINTS_CRITICAL_CLIENT_HINTS_THROTTLE_H_
#include "base/containers/flat_set.h"
#include "base/memory/raw_ptr.h"
#include "net/http/http_request_headers.h"
#include "services/network/public/mojom/url_response_head.mojom.h"
#include "third_party/blink/public/common/loader/url_loader_throttle.h"
namespace {
enum class CriticalCHRestart { … };
}
namespace content {
class BrowserContext;
class ClientHintsControllerDelegate;
class CriticalClientHintsThrottle : public blink::URLLoaderThrottle { … };
}
#endif