Index: webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc b/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc |
index cfcf2d67ef3752ee665a75d9ffafe01e4b8c07aa..576e2536213f24f4f7a5e0fa23c15df15b991f76 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc |
@@ -15,8 +15,6 @@ |
#include <cstdlib> |
#include <memory> |
-#include "webrtc/test/gtest.h" |
- |
#include "webrtc/base/random.h" |
#include "webrtc/base/rate_statistics.h" |
#include "webrtc/common_types.h" |
@@ -24,6 +22,7 @@ |
#include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h" |
#include "webrtc/modules/remote_bitrate_estimator/overuse_estimator.h" |
#include "webrtc/test/field_trial.h" |
+#include "webrtc/test/gtest.h" |
namespace webrtc { |
namespace testing { |