Index: webrtc/pc/peerconnectioninterface_unittest.cc |
diff --git a/webrtc/pc/peerconnectioninterface_unittest.cc b/webrtc/pc/peerconnectioninterface_unittest.cc |
index dc75ba17b3215d2ffbf57b74321fbdb68c96ba41..45b32b0896ba2a664aad2cd8383d7a6a1ae1af95 100644 |
--- a/webrtc/pc/peerconnectioninterface_unittest.cc |
+++ b/webrtc/pc/peerconnectioninterface_unittest.cc |
@@ -525,13 +525,6 @@ class MockTrackObserver : public ObserverInterface { |
class MockPeerConnectionObserver : public PeerConnectionObserver { |
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; |
- |
MockPeerConnectionObserver() : remote_streams_(StreamCollection::Create()) {} |
virtual ~MockPeerConnectionObserver() { |
} |