Index: webrtc/video/video_stream_decoder.h |
diff --git a/webrtc/video/video_stream_decoder.h b/webrtc/video/video_stream_decoder.h |
index b670b12659c1a8618ca686a611b9691f6a7355c4..3e1a4d8939f71122d3432542628755b8c7ed34f0 100644 |
--- a/webrtc/video/video_stream_decoder.h |
+++ b/webrtc/video/video_stream_decoder.h |
@@ -16,12 +16,12 @@ |
#include <memory> |
#include <vector> |
-#include "webrtc/base/criticalsection.h" |
-#include "webrtc/base/platform_thread.h" |
-#include "webrtc/base/scoped_ref_ptr.h" |
#include "webrtc/media/base/videosinkinterface.h" |
#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" |
#include "webrtc/modules/video_coding/include/video_coding_defines.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/platform_thread.h" |
+#include "webrtc/rtc_base/scoped_ref_ptr.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |