Index: webrtc/modules/congestion_controller/trendline_estimator_unittest.cc |
diff --git a/webrtc/modules/congestion_controller/trendline_estimator_unittest.cc b/webrtc/modules/congestion_controller/trendline_estimator_unittest.cc |
index 6f541ca5d782f26a73ed72425e49dc285dfb0865..cf2d021af00c0c63f9ee4dc47987d34de16a0b2d 100644 |
--- a/webrtc/modules/congestion_controller/trendline_estimator_unittest.cc |
+++ b/webrtc/modules/congestion_controller/trendline_estimator_unittest.cc |
@@ -8,9 +8,9 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/congestion_controller/trendline_estimator.h" |
-#include "webrtc/rtc_base/random.h" |
#include "webrtc/test/gtest.h" |
+#include "webrtc/base/random.h" |
+#include "webrtc/modules/congestion_controller/trendline_estimator.h" |
namespace webrtc { |