#ifndef REMOTING_PROTOCOL_TRANSPORT_CONTEXT_H_
#define REMOTING_PROTOCOL_TRANSPORT_CONTEXT_H_
#include <list>
#include <memory>
#include <string>
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
#include "remoting/protocol/ice_config.h"
#include "remoting/protocol/transport.h"
namespace network {
class SharedURLLoaderFactory;
}
namespace remoting {
class OAuthTokenGetter;
namespace protocol {
class PortAllocatorFactory;
class IceConfigRequest;
class TransportContext : public base::RefCountedThreadSafe<TransportContext> { … };
}
}
#endif