#include "third_party/blink/renderer/modules/peerconnection/rtc_peer_connection_controller.h"
#include "services/metrics/public/cpp/ukm_builders.h"
namespace blink {
const char RTCPeerConnectionController::kSupplementName[] = …;
RTCPeerConnectionController& RTCPeerConnectionController::From(
Document& document) { … }
RTCPeerConnectionController::RTCPeerConnectionController(Document& document)
: … { … }
void RTCPeerConnectionController::MaybeReportComplexSdp(
ComplexSdpCategory complex_sdp_category) { … }
void RTCPeerConnectionController::Trace(Visitor* visitor) const { … }
}