summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/rtc_tools/video_file_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/rtc_tools/video_file_reader.h')
-rw-r--r--third_party/libwebrtc/rtc_tools/video_file_reader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libwebrtc/rtc_tools/video_file_reader.h b/third_party/libwebrtc/rtc_tools/video_file_reader.h
index 1293beba2f..270955b5f5 100644
--- a/third_party/libwebrtc/rtc_tools/video_file_reader.h
+++ b/third_party/libwebrtc/rtc_tools/video_file_reader.h
@@ -16,16 +16,16 @@
#include <iterator>
#include <string>
+#include "api/ref_count.h"
#include "api/scoped_refptr.h"
#include "api/video/video_frame_buffer.h"
-#include "rtc_base/ref_count.h"
namespace webrtc {
namespace test {
// Iterable class representing a sequence of I420 buffers. This class is not
// thread safe because it is expected to be backed by a file.
-class Video : public rtc::RefCountInterface {
+class Video : public RefCountInterface {
public:
class Iterator {
public: