summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/rtp_sender_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/api/rtp_sender_interface.h')
-rw-r--r--third_party/libwebrtc/api/rtp_sender_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libwebrtc/api/rtp_sender_interface.h b/third_party/libwebrtc/api/rtp_sender_interface.h
index 619b601f1f..7090c233cd 100644
--- a/third_party/libwebrtc/api/rtp_sender_interface.h
+++ b/third_party/libwebrtc/api/rtp_sender_interface.h
@@ -25,18 +25,18 @@
#include "api/frame_transformer_interface.h"
#include "api/media_stream_interface.h"
#include "api/media_types.h"
+#include "api/ref_count.h"
#include "api/rtc_error.h"
#include "api/rtp_parameters.h"
#include "api/scoped_refptr.h"
#include "api/video_codecs/video_encoder_factory.h"
-#include "rtc_base/ref_count.h"
#include "rtc_base/system/rtc_export.h"
#include "api/rtp_sender_setparameters_callback.h"
namespace webrtc {
-class RTC_EXPORT RtpSenderInterface : public rtc::RefCountInterface {
+class RTC_EXPORT RtpSenderInterface : public webrtc::RefCountInterface {
public:
// Returns true if successful in setting the track.
// Fails if an audio track is set on a video RtpSender, or vice-versa.