chromium/services/network/test/test_network_context_with_host_resolver.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SERVICES_NETWORK_TEST_TEST_NETWORK_CONTEXT_WITH_HOST_RESOLVER_H_
#define SERVICES_NETWORK_TEST_TEST_NETWORK_CONTEXT_WITH_HOST_RESOLVER_H_

#include "mojo/public/cpp/bindings/remote.h"
#include "net/dns/host_resolver.h"
#include "services/network/test/test_network_context.h"

namespace network {

// An extension of TextNetworkContext with built-in host resolution routine.
class TestNetworkContextWithHostResolver : public TestNetworkContext {};

}  // namespace network

#endif  // SERVICES_NETWORK_TEST_TEST_NETWORK_CONTEXT_WITH_HOST_RESOLVER_H_