Index: webrtc/p2p/base/icetransportinternal.h |
diff --git a/webrtc/p2p/base/icetransportinternal.h b/webrtc/p2p/base/icetransportinternal.h |
index 0ac7974f1de92db2f2bdd74ffeb0d9c9f6820cb1..c31f3a150e780d90eb2a42c1876daeff4885388d 100644 |
--- a/webrtc/p2p/base/icetransportinternal.h |
+++ b/webrtc/p2p/base/icetransportinternal.h |
@@ -16,7 +16,7 @@ |
#include "webrtc/p2p/base/candidate.h" |
#include "webrtc/p2p/base/candidatepairinterface.h" |
#include "webrtc/p2p/base/jseptransport.h" |
-#include "webrtc/p2p/base/packettransportinterface.h" |
+#include "webrtc/p2p/base/packettransportinternal.h" |
#include "webrtc/p2p/base/transportdescription.h" |
namespace webrtc { |
@@ -47,7 +47,7 @@ enum IceProtocolType { |
// Once the public interface is supported, |
// (https://www.w3.org/TR/webrtc/#rtcicetransport-interface) |
// the IceTransportInterface will be split from this class. |
-class IceTransportInternal : public rtc::PacketTransportInterface { |
+class IceTransportInternal : public rtc::PacketTransportInternal { |
public: |
virtual ~IceTransportInternal(){}; |