From 8aaa51190e043e12b7a9acb28ff730e575d651ae Mon Sep 17 00:00:00 2001 From: zhihuang Date: Sun, 15 Jan 2017 19:12:45 -0800 Subject: [PATCH] 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} --- webrtc/p2p/base/icetransportinternal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/webrtc/p2p/base/icetransportinternal.h b/webrtc/p2p/base/icetransportinternal.h index bd3c78a770..05939629f8 100644 --- a/webrtc/p2p/base/icetransportinternal.h +++ b/webrtc/p2p/base/icetransportinternal.h @@ -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,