| Index: webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc b/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc
|
| index 9493805a1c70210b2e1ae84b9ada6b3767efd41d..083d1fd469069925f0a1885b883b8f5f10249ad9 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc
|
| @@ -17,8 +17,8 @@
|
| #include "gflags/gflags.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h"
|
| #include "webrtc/test/rtp_file_reader.h"
|
|
|
| namespace flags {
|
|
|