Remove the IceTransportInternal2.

Introduing IceTransportInternal2 is a temporary fix to switch the base
class of P2PTransportChannel to IceTransportInternal without breaking
Chromium. It is removed in this CL.

BUG=webrtc:6951

Review-Url: https://codereview.webrtc.org/2632563002
Cr-Commit-Position: refs/heads/master@{#16083}
This commit is contained in:
zhihuang 2017-01-15 19:12:45 -08:00 committed by Commit bot
parent ab2e044e97
commit 8aaa51190e

View File

@ -25,9 +25,6 @@ class MetricsObserverInterface;
namespace cricket {
class IceTransportInternal;
typedef IceTransportInternal IceTransportInternal2;
// TODO(zhihuang): replace it with PeerConnectionInterface::IceConnectionState.
enum class IceTransportState {
STATE_INIT,