#ifndef REMOTING_PROTOCOL_REMOTING_ICE_CONFIG_REQUEST_H_
#define REMOTING_PROTOCOL_REMOTING_ICE_CONFIG_REQUEST_H_
#include <memory>
#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "remoting/base/protobuf_http_client.h"
#include "remoting/protocol/ice_config_request.h"
namespace network {
class SharedURLLoaderFactory;
}
namespace remoting {
namespace apis {
namespace v1 {
class GetIceConfigResponse;
}
}
class ProtobufHttpStatus;
class OAuthTokenGetter;
namespace protocol {
class RemotingIceConfigRequest final : public IceConfigRequest { … };
}
}
#endif