Index: webrtc/api/test/peerconnectiontestwrapper.h |
diff --git a/webrtc/api/test/peerconnectiontestwrapper.h b/webrtc/api/test/peerconnectiontestwrapper.h |
index 6433e8fb05546e60f65736ef0ac04bfccb6f5265..9f83e3b85ed5b02c9e77b5e1252df6e2a685b6d7 100644 |
--- a/webrtc/api/test/peerconnectiontestwrapper.h |
+++ b/webrtc/api/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); |