| Index: webrtc/pc/channel.h
 | 
| diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h
 | 
| index 11d21212f8ee4ecb2d847431cea3433d5e32c638..c6dc29dd08c9a1829f5b1b63f98d20bad28038bf 100644
 | 
| --- a/webrtc/pc/channel.h
 | 
| +++ b/webrtc/pc/channel.h
 | 
| @@ -33,7 +33,7 @@
 | 
|  #include "webrtc/pc/mediamonitor.h"
 | 
|  #include "webrtc/pc/mediasession.h"
 | 
|  #include "webrtc/pc/rtcpmuxfilter.h"
 | 
| -#include "webrtc/pc/rtptransport.h"
 | 
| +#include "webrtc/pc/rtptransportinternal.h"
 | 
|  #include "webrtc/pc/srtpfilter.h"
 | 
|  #include "webrtc/rtc_base/asyncinvoker.h"
 | 
|  #include "webrtc/rtc_base/asyncudpsocket.h"
 | 
| @@ -397,7 +397,7 @@ class BaseChannel
 | 
|    // If non-null, "X_dtls_transport_" will always equal "X_packet_transport_".
 | 
|    DtlsTransportInternal* rtp_dtls_transport_ = nullptr;
 | 
|    DtlsTransportInternal* rtcp_dtls_transport_ = nullptr;
 | 
| -  std::unique_ptr<webrtc::RtpTransport> rtp_transport_;
 | 
| +  std::unique_ptr<webrtc::RtpTransportInternal> rtp_transport_;
 | 
|    std::vector<std::pair<rtc::Socket::Option, int> > socket_options_;
 | 
|    std::vector<std::pair<rtc::Socket::Option, int> > rtcp_socket_options_;
 | 
|    SrtpFilter srtp_filter_;
 | 
| 
 |