Index: webrtc/video/rtp_streams_synchronizer.h |
diff --git a/webrtc/video/rtp_streams_synchronizer.h b/webrtc/video/rtp_streams_synchronizer.h |
index afa15015d4662e3b905717074ec9840ba5ca2874..dfc0ddb115b02eecdb3a74b435413f8237ef3412 100644 |
--- a/webrtc/video/rtp_streams_synchronizer.h |
+++ b/webrtc/video/rtp_streams_synchronizer.h |
@@ -16,9 +16,9 @@ |
#include <memory> |
-#include "webrtc/base/criticalsection.h" |
-#include "webrtc/base/thread_checker.h" |
#include "webrtc/modules/include/module.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/thread_checker.h" |
#include "webrtc/video/stream_synchronization.h" |
namespace webrtc { |