#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 { … };
}
#endif