#ifndef NET_HTTP_HTTP_STREAM_FACTORY_TEST_UTIL_H_
#define NET_HTTP_HTTP_STREAM_FACTORY_TEST_UTIL_H_
#include <memory>
#include <vector>
#include "base/memory/ptr_util.h"
#include "base/memory/raw_ptr.h"
#include "net/http/http_stream.h"
#include "net/http/http_stream_factory.h"
#include "net/http/http_stream_factory_job.h"
#include "net/http/http_stream_factory_job_controller.h"
#include "net/http/http_stream_request.h"
#include "net/proxy_resolution/proxy_info.h"
#include "net/socket/next_proto.h"
#include "net/ssl/ssl_config.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "url/scheme_host_port.h"
_;
Invoke;
namespace net {
class HttpStreamFactoryPeer { … };
class MockHttpStreamRequestDelegate : public HttpStreamRequest::Delegate { … };
class MockHttpStreamFactoryJob : public HttpStreamFactory::Job { … };
class TestJobFactory : public HttpStreamFactory::JobFactory { … };
}
#endif