| Index: webrtc/p2p/base/icetransportinternal.h
|
| diff --git a/webrtc/p2p/base/icetransportinternal.h b/webrtc/p2p/base/icetransportinternal.h
|
| index 7dd1993a1b37eb954196880dcfa483c7b66933fa..1391cc9c96908dadd558b1d1f462e0c5e199685a 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(){};
|
|
|
|
|