#include "third_party/webrtc_overrides/p2p/base/ice_ping_proposal.h" #include "third_party/webrtc/p2p/base/ice_controller_interface.h" #include "third_party/webrtc/rtc_base/strings/string_builder.h" #include "third_party/webrtc_overrides/p2p/base/ice_proposal.h" namespace blink { IcePingProposal::IcePingProposal( const cricket::IceControllerInterface::PingResult& ping_result, bool reply_expected) : … { … } std::string IcePingProposal::ToString() const { … } } // namespace blink