| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc
|
| index b18b9f06b9909cea5b69ee9630a4842ad45054a0..9599b01933217ccce07293439524c6de135a8e44 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc
|
| @@ -17,7 +17,7 @@
|
| #include "webrtc/modules/bitrate_controller/include/bitrate_controller.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/receive_statistics.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/receive_statistics.h"
|
|
|
| namespace webrtc {
|
| namespace testing {
|
|
|