| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
|
| index d77447f1ea11cddab05cf8d7f1997ca2e8d90dd3..171d196fc07e63ff5c47bae9b4417cd453ac9a83 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
|
| @@ -21,7 +21,7 @@
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/test/estimators/nada.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 {
|
|
|