// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_PROTOCOL_ICE_CONFIG_REQUEST_H_ #define REMOTING_PROTOCOL_ICE_CONFIG_REQUEST_H_ #include "base/functional/callback_forward.h" namespace remoting::protocol { struct IceConfig; // Abstract interface used to fetch STUN and TURN configuration. class IceConfigRequest { … }; } // namespace remoting::protocol #endif // REMOTING_PROTOCOL_ICE_CONFIG_REQUEST_H_