| Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
| index b7f9f65dbc7fba7d7b0f9457673db3379b71b3aa..5c453705f707312031add343e075d9146522bc93 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
| @@ -15,7 +15,7 @@
|
| #include "webrtc/system_wrappers/include/clock.h"
|
| #include "webrtc/modules/pacing/include/packet_router.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h"
|
|
|
| namespace webrtc {
|
|
|
|
|