Index: webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc |
index b3cb98d4e875ce1b7df155d460e105d913e3ab8f..c8817c1fcbd544570e01f1c870380cacd209af45 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc |
@@ -10,14 +10,15 @@ |
#include <memory> |
+#include "webrtc/base/constructormagic.h" |
#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/bwe_test.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h" |
#include "webrtc/modules/remote_bitrate_estimator/test/packet_sender.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
#include "webrtc/test/gtest.h" |
#include "webrtc/test/testsupport/fileutils.h" |
+ |
namespace webrtc { |
namespace testing { |
namespace bwe { |