#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_TESTING_FAKE_URL_LOADER_FACTORY_FOR_BACKGROUND_THREAD_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_LOADER_TESTING_FAKE_URL_LOADER_FACTORY_FOR_BACKGROUND_THREAD_H_
#include "base/functional/callback.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
#include "services/network/public/mojom/url_loader.mojom-forward.h"
namespace blink {
class FakeURLLoaderFactoryForBackgroundThread
: public network::SharedURLLoaderFactory { … };
}
#endif