Index: webrtc/video/video_send_stream_tests.cc |
diff --git a/webrtc/video/video_send_stream_tests.cc b/webrtc/video/video_send_stream_tests.cc |
index 37a0249e377e1066a5cc8f3266be39b2ec329457..d2844f317bc1562434d41ec4440ca5e9c166217f 100644 |
--- a/webrtc/video/video_send_stream_tests.cc |
+++ b/webrtc/video/video_send_stream_tests.cc |
@@ -11,14 +11,6 @@ |
#include <memory> |
#include <vector> |
-#include "webrtc/base/bind.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/criticalsection.h" |
-#include "webrtc/base/event.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/platform_thread.h" |
-#include "webrtc/base/rate_limiter.h" |
-#include "webrtc/base/timeutils.h" |
#include "webrtc/call/call.h" |
#include "webrtc/common_video/include/frame_callback.h" |
#include "webrtc/common_video/include/video_frame.h" |
@@ -28,17 +20,25 @@ |
#include "webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h" |
#include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h" |
#include "webrtc/modules/video_coding/codecs/vp9/include/vp9.h" |
+#include "webrtc/rtc_base/bind.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/event.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/platform_thread.h" |
+#include "webrtc/rtc_base/rate_limiter.h" |
+#include "webrtc/rtc_base/timeutils.h" |
#include "webrtc/system_wrappers/include/sleep.h" |
#include "webrtc/test/call_test.h" |
#include "webrtc/test/configurable_frame_size_encoder.h" |
#include "webrtc/test/fake_texture_frame.h" |
+#include "webrtc/test/field_trial.h" |
#include "webrtc/test/frame_generator.h" |
#include "webrtc/test/frame_utils.h" |
#include "webrtc/test/gtest.h" |
#include "webrtc/test/null_transport.h" |
#include "webrtc/test/rtcp_packet_parser.h" |
#include "webrtc/test/testsupport/perf_test.h" |
-#include "webrtc/test/field_trial.h" |
#include "webrtc/video/send_statistics_proxy.h" |
#include "webrtc/video/transport_adapter.h" |