| Index: webrtc/pc/peerconnectioninterface_unittest.cc
|
| diff --git a/webrtc/pc/peerconnectioninterface_unittest.cc b/webrtc/pc/peerconnectioninterface_unittest.cc
|
| index 8a80e5e90793a61605af899c1dfa73c11286475e..02c7932b37be58ed9d230d47376eeefc7f5f4e3f 100644
|
| --- a/webrtc/pc/peerconnectioninterface_unittest.cc
|
| +++ b/webrtc/pc/peerconnectioninterface_unittest.cc
|
| @@ -526,13 +526,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() {
|
| }
|
|
|