Index: webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc |
diff --git a/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc b/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc |
index 896854b30ca5ab242ddd85a50ce42f3d33ecbf8e..996af46743a65f2796462f248037360bd890c5c4 100644 |
--- a/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc |
+++ b/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc |
@@ -8,13 +8,13 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
+#include "webrtc/test/gtest.h" |
+#include "webrtc/base/constructormagic.h" |
+#include "webrtc/modules/pacing/paced_sender.h" |
#include "webrtc/modules/congestion_controller/delay_based_bwe.h" |
#include "webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.h" |
-#include "webrtc/modules/pacing/paced_sender.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
#include "webrtc/system_wrappers/include/clock.h" |
#include "webrtc/test/field_trial.h" |
-#include "webrtc/test/gtest.h" |
namespace webrtc { |