| Index: webrtc/api/peerconnectioninterface_unittest.cc
|
| diff --git a/webrtc/api/peerconnectioninterface_unittest.cc b/webrtc/api/peerconnectioninterface_unittest.cc
|
| index 738b736dd8fd14d4f2c80317ea1de3618f2008d6..24612028a65d904f5bd16b95aff809ad119d62fc 100644
|
| --- a/webrtc/api/peerconnectioninterface_unittest.cc
|
| +++ b/webrtc/api/peerconnectioninterface_unittest.cc
|
| @@ -416,7 +416,7 @@ class MockTrackObserver : public ObserverInterface {
|
| class MockPeerConnectionObserver : public PeerConnectionObserver {
|
| public:
|
| MockPeerConnectionObserver() : remote_streams_(StreamCollection::Create()) {}
|
| - ~MockPeerConnectionObserver() {
|
| + virtual ~MockPeerConnectionObserver() {
|
| }
|
| void SetPeerConnectionInterface(PeerConnectionInterface* pc) {
|
| pc_ = pc;
|
|
|