Index: webrtc/pc/peerconnection.h |
diff --git a/webrtc/pc/peerconnection.h b/webrtc/pc/peerconnection.h |
index 02f56f6c68a3e6dfe64cc6cb24986340e7ee3636..b4efe4b3b45854c8139613057e97ef49108271f0 100644 |
--- a/webrtc/pc/peerconnection.h |
+++ b/webrtc/pc/peerconnection.h |
@@ -407,7 +407,6 @@ class PeerConnection : public PeerConnectionInterface, |
std::unique_ptr<cricket::PortAllocator> port_allocator_; |
// The EventLog needs to outlive the media controller. |
std::unique_ptr<RtcEventLog> event_log_; |
- std::unique_ptr<MediaControllerInterface> media_controller_; |
// One PeerConnection has only one RTCP CNAME. |
// https://tools.ietf.org/html/draft-ietf-rtcweb-rtp-usage-26#section-4.9 |