Index: webrtc/api/test/peerconnectiontestwrapper.cc |
diff --git a/webrtc/api/test/peerconnectiontestwrapper.cc b/webrtc/api/test/peerconnectiontestwrapper.cc |
index 42671567b137abdcf3c98c1f5f801533b40af9b8..353f0ee349fce340f7b759cfad3c10ee4b5a6b6e 100644 |
--- a/webrtc/api/test/peerconnectiontestwrapper.cc |
+++ b/webrtc/api/test/peerconnectiontestwrapper.cc |
@@ -267,7 +267,7 @@ rtc::scoped_refptr<webrtc::MediaStreamInterface> |
FakeConstraints constraints = video_constraints; |
constraints.SetMandatoryMaxFrameRate(10); |
- rtc::scoped_refptr<webrtc::VideoSourceInterface> source = |
+ rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> source = |
peer_connection_factory_->CreateVideoSource( |
new webrtc::FakePeriodicVideoCapturer(), &constraints); |
std::string videotrack_label = label + kVideoTrackLabelBase; |