Index: webrtc/media/engine/webrtcvideoengine.h |
diff --git a/webrtc/media/engine/webrtcvideoengine.h b/webrtc/media/engine/webrtcvideoengine.h |
index c51aa69989ad551eb262458da8883145e7a9cfad..0d51aa758fb7e7d412301b6542615a08f48edba3 100644 |
--- a/webrtc/media/engine/webrtcvideoengine.h |
+++ b/webrtc/media/engine/webrtcvideoengine.h |
@@ -19,12 +19,6 @@ |
#include "webrtc/api/call/transport.h" |
#include "webrtc/api/video/video_frame.h" |
-#include "webrtc/base/asyncinvoker.h" |
-#include "webrtc/base/criticalsection.h" |
-#include "webrtc/base/networkroute.h" |
-#include "webrtc/base/optional.h" |
-#include "webrtc/base/thread_annotations.h" |
-#include "webrtc/base/thread_checker.h" |
#include "webrtc/call/call.h" |
#include "webrtc/call/flexfec_receive_stream.h" |
#include "webrtc/media/base/mediaengine.h" |
@@ -32,6 +26,12 @@ |
#include "webrtc/media/base/videosourceinterface.h" |
#include "webrtc/media/engine/webrtcvideodecoderfactory.h" |
#include "webrtc/media/engine/webrtcvideoencoderfactory.h" |
+#include "webrtc/rtc_base/asyncinvoker.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/networkroute.h" |
+#include "webrtc/rtc_base/optional.h" |
+#include "webrtc/rtc_base/thread_annotations.h" |
+#include "webrtc/rtc_base/thread_checker.h" |
#include "webrtc/video_receive_stream.h" |
#include "webrtc/video_send_stream.h" |