summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/legacy_stats_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/api/legacy_stats_types.h')
-rw-r--r--third_party/libwebrtc/api/legacy_stats_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libwebrtc/api/legacy_stats_types.h b/third_party/libwebrtc/api/legacy_stats_types.h
index e49cb6d6dd..70f21d4ad9 100644
--- a/third_party/libwebrtc/api/legacy_stats_types.h
+++ b/third_party/libwebrtc/api/legacy_stats_types.h
@@ -20,9 +20,9 @@
#include <string>
#include <vector>
+#include "api/ref_count.h"
#include "api/scoped_refptr.h"
#include "api/sequence_checker.h"
-#include "rtc_base/ref_count.h"
#include "rtc_base/system/rtc_export.h"
namespace webrtc {
@@ -240,7 +240,7 @@ class RTC_EXPORT StatsReport {
kStatsValueNameLocalCandidateRelayProtocol,
};
- class RTC_EXPORT IdBase : public rtc::RefCountInterface {
+ class RTC_EXPORT IdBase : public webrtc::RefCountInterface {
public:
~IdBase() override;
StatsType type() const;