| Index: pc/rtpreceiver.cc
|
| diff --git a/pc/rtpreceiver.cc b/pc/rtpreceiver.cc
|
| index 4f88f1c0be7704db3e94e2ad3b849116a92b2b54..78c7048da3b550731f395cc895024d306c4b3756 100644
|
| --- a/pc/rtpreceiver.cc
|
| +++ b/pc/rtpreceiver.cc
|
| @@ -147,8 +147,8 @@ VideoRtpReceiver::VideoRtpReceiver(const std::string& track_id,
|
| : id_(track_id),
|
| ssrc_(ssrc),
|
| channel_(channel),
|
| - source_(new RefCountedObject<VideoTrackSource>(&broadcaster_,
|
| - true /* remote */)),
|
| + source_(new rtc::RefCountedObject<VideoTrackSource>(&broadcaster_,
|
| + true /* remote */)),
|
| track_(VideoTrackProxy::Create(
|
| rtc::Thread::Current(),
|
| worker_thread,
|
|
|