diff --git a/webrtc/p2p/base/icetransportinternal.h b/webrtc/p2p/base/icetransportinternal.h index 4c47a140a5..d8e05d1663 100644 --- a/webrtc/p2p/base/icetransportinternal.h +++ b/webrtc/p2p/base/icetransportinternal.h @@ -11,6 +11,16 @@ #ifndef WEBRTC_P2P_BASE_ICETRANSPORTINTERNAL_H_ #define WEBRTC_P2P_BASE_ICETRANSPORTINTERNAL_H_ +#include "webrtc/p2p/base/transportchannelimpl.h" + +namespace cricket { + +typedef TransportChannel IceTransportInternal; +typedef TransportChannelImpl IceTransportInternal2; + +} // namespace cricket + +/* #include #include "webrtc/p2p/base/candidate.h" @@ -127,5 +137,5 @@ class IceTransportInternal : public rtc::PacketTransportInterface { }; } // namespace cricket - +*/ #endif // WEBRTC_P2P_BASE_ICETRANSPORTINTERNAL_H_