Index: webrtc/modules/remote_bitrate_estimator/test/bwe.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe.cc |
index bd976e8591df67db311439d51e33e5e37cb0b928..bc5c3f32e1462a16253f7357cbccfb010ff29109 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.cc |
@@ -12,12 +12,12 @@ |
#include <limits> |
+#include "webrtc/base/constructormagic.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/estimators/bbr.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/estimators/tcp.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
namespace webrtc { |
namespace testing { |