Index: webrtc/modules/video_coding/generic_decoder.h |
diff --git a/webrtc/modules/video_coding/generic_decoder.h b/webrtc/modules/video_coding/generic_decoder.h |
index 033ef2d590fdae829e434d0602b8af840f8cdd84..8e26a8b1afa51874caa3f39d9edf2ba788fa6b88 100644 |
--- a/webrtc/modules/video_coding/generic_decoder.h |
+++ b/webrtc/modules/video_coding/generic_decoder.h |
@@ -11,13 +11,13 @@ |
#ifndef WEBRTC_MODULES_VIDEO_CODING_GENERIC_DECODER_H_ |
#define WEBRTC_MODULES_VIDEO_CODING_GENERIC_DECODER_H_ |
+#include "webrtc/base/criticalsection.h" |
+#include "webrtc/base/thread_checker.h" |
#include "webrtc/modules/include/module_common_types.h" |
#include "webrtc/modules/video_coding/encoded_frame.h" |
#include "webrtc/modules/video_coding/include/video_codec_interface.h" |
#include "webrtc/modules/video_coding/timestamp_map.h" |
#include "webrtc/modules/video_coding/timing.h" |
-#include "webrtc/rtc_base/criticalsection.h" |
-#include "webrtc/rtc_base/thread_checker.h" |
namespace webrtc { |