| Index: webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc b/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc
|
| index 19e4a07b4d367e6cf0af74821e7d48c96de91660..4574faf8b7c6b86734e8233635169a83291bfd21 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc
|
| @@ -14,8 +14,8 @@
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.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"
|
|
|
| class Observer : public webrtc::RemoteBitrateObserver {
|
|
|