chromium/services/network/test/url_loader_context_for_tests.h

// Copyright 2022 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_URL_LOADER_CONTEXT_FOR_TESTS_H_
#define SERVICES_NETWORK_TEST_URL_LOADER_CONTEXT_FOR_TESTS_H_

#include "base/memory/raw_ptr.h"
#include "services/network/public/cpp/cors/origin_access_list.h"
#include "services/network/public/cpp/orb/orb_api.h"
#include "services/network/public/mojom/network_context.mojom.h"
#include "services/network/resource_scheduler/resource_scheduler_client.h"
#include "services/network/url_loader_context.h"

namespace network {

class URLLoaderContextForTests : public URLLoaderContext {};

}  // namespace network

#endif  // SERVICES_NETWORK_TEST_URL_LOADER_CONTEXT_FOR_TESTS_H_