#include "third_party/blink/renderer/core/html/parser/html_resource_preloader.h"
#include <memory>
#include <utility>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/platform/web_prescient_networking.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/core/html/parser/preload_request.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
namespace blink {
struct HTMLResourcePreconnectTestCase { … };
class PreloaderNetworkHintsMock : public WebPrescientNetworking { … };
class HTMLResourcePreloaderTest : public PageTestBase { … };
TEST_F(HTMLResourcePreloaderTest, testPreconnect) { … }
}