Index: webrtc/pc/test/peerconnectiontestwrapper.h |
diff --git a/webrtc/pc/test/peerconnectiontestwrapper.h b/webrtc/pc/test/peerconnectiontestwrapper.h |
index 59e6968f14fe7977fd0f9301e793c67904308093..e7cc045d803b2f591f21d2ad81a2215f7762af33 100644 |
--- a/webrtc/pc/test/peerconnectiontestwrapper.h |
+++ b/webrtc/pc/test/peerconnectiontestwrapper.h |
@@ -24,13 +24,6 @@ class PeerConnectionTestWrapper |
public webrtc::CreateSessionDescriptionObserver, |
public sigslot::has_slots<> { |
public: |
- // We need these using declarations because there are two versions of each of |
- // the below methods and we only override one of them. |
- // TODO(deadbeef): Remove once there's only one version of the methods. |
- using PeerConnectionObserver::OnAddStream; |
- using PeerConnectionObserver::OnRemoveStream; |
- using PeerConnectionObserver::OnDataChannel; |
- |
static void Connect(PeerConnectionTestWrapper* caller, |
PeerConnectionTestWrapper* callee); |