#ifndef CHROME_BROWSER_PRELOADING_PREFETCH_NO_STATE_PREFETCH_CHROME_SPECULATION_HOST_DELEGATE_H_
#define CHROME_BROWSER_PRELOADING_PREFETCH_NO_STATE_PREFETCH_CHROME_SPECULATION_HOST_DELEGATE_H_
#include <vector>
#include "base/memory/raw_ref.h"
#include "content/public/browser/speculation_host_delegate.h"
#include "third_party/blink/public/mojom/speculation_rules/speculation_rules.mojom.h"
#include "url/gurl.h"
namespace content {
class RenderFrameHost;
}
namespace prerender {
class NoStatePrefetchHandle;
}
class ChromeSpeculationHostDelegate : public content::SpeculationHostDelegate { … };
#endif