Index: webrtc/api/peerconnection_unittest.cc |
diff --git a/webrtc/api/peerconnection_unittest.cc b/webrtc/api/peerconnection_unittest.cc |
index a43d075d57416231cbf5765baba5f516763d3b0a..4bcc97c173b7b397eef1bd571ccd770f61e50204 100644 |
--- a/webrtc/api/peerconnection_unittest.cc |
+++ b/webrtc/api/peerconnection_unittest.cc |
@@ -403,7 +403,7 @@ class PeerConnectionTestClient : public webrtc::PeerConnectionObserver, |
cricket::FakeVideoCapturer* fake_capturer = |
new webrtc::FakePeriodicVideoCapturer(); |
video_capturers_.push_back(fake_capturer); |
- rtc::scoped_refptr<webrtc::VideoSourceInterface> source = |
+ rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> source = |
peer_connection_factory_->CreateVideoSource(fake_capturer, |
&source_constraints); |
std::string label = stream_label + kVideoTrackLabelBase; |