Index: webrtc/modules/remote_bitrate_estimator/test/bwe.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.h b/webrtc/modules/remote_bitrate_estimator/test/bwe.h |
index 4474ed253aef848891ab02051f5218b6f966c7db..5ff119075893f33dc6d17ab20498631f95bfa2a7 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.h |
@@ -16,11 +16,11 @@ |
#include <sstream> |
#include <string> |
+#include "webrtc/base/constructormagic.h" |
+#include "webrtc/base/gtest_prod_util.h" |
+#include "webrtc/modules/remote_bitrate_estimator/test/packet.h" |
#include "webrtc/modules/bitrate_controller/include/bitrate_controller.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h" |
-#include "webrtc/modules/remote_bitrate_estimator/test/packet.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
-#include "webrtc/rtc_base/gtest_prod_util.h" |
namespace webrtc { |
namespace testing { |