summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/dtmf_sender_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/api/dtmf_sender_interface.h')
-rw-r--r--third_party/libwebrtc/api/dtmf_sender_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libwebrtc/api/dtmf_sender_interface.h b/third_party/libwebrtc/api/dtmf_sender_interface.h
index d63e66bbf7..4aed3382ed 100644
--- a/third_party/libwebrtc/api/dtmf_sender_interface.h
+++ b/third_party/libwebrtc/api/dtmf_sender_interface.h
@@ -14,7 +14,7 @@
#include <string>
#include "api/media_stream_interface.h"
-#include "rtc_base/ref_count.h"
+#include "api/ref_count.h"
namespace webrtc {
@@ -42,7 +42,7 @@ class DtmfSenderObserverInterface {
// The interface of native implementation of the RTCDTMFSender defined by the
// WebRTC W3C Editor's Draft.
// See: https://www.w3.org/TR/webrtc/#peer-to-peer-dtmf
-class DtmfSenderInterface : public rtc::RefCountInterface {
+class DtmfSenderInterface : public webrtc::RefCountInterface {
public:
// Provides the spec compliant default 2 second delay for the ',' character.
static const int kDtmfDefaultCommaDelayMs = 2000;