| Index: webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc b/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc
|
| index e2774818861b205f8851a78ad11794bbfbb48c37..bf698728e8150f1eb999e694040c911b0847d06f 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc
|
| @@ -14,8 +14,8 @@
|
| #include "webrtc/base/format_macros.h"
|
| #include "webrtc/base/scoped_ptr.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"
|
|
|
| int main(int argc, char** argv) {
|
|
|