chromium/third_party/webrtc_overrides/p2p/base/ice_prune_proposal.cc

#include "third_party/webrtc_overrides/p2p/base/ice_prune_proposal.h"

#include <algorithm>
#include <iterator>

#include "third_party/webrtc/rtc_base/strings/string_builder.h"
#include "third_party/webrtc_overrides/p2p/base/ice_connection.h"
#include "third_party/webrtc_overrides/p2p/base/ice_proposal.h"

namespace blink {

IcePruneProposal::IcePruneProposal(
    const rtc::ArrayView<const cricket::Connection*> connections_to_prune,
    bool reply_expected)
    :{}

std::string IcePruneProposal::ToString() const {}

}  // namespace blink