| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc
|
| index e1ebd0c8bb5509c610de7211bea71a17d26f7cd6..bd7bd1b82e49bbd1d3ac1eb6747ebe34dfe4923e 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc
|
| @@ -16,8 +16,8 @@
|
| #include <string.h>
|
|
|
| #include "webrtc/base/logging.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h"
|
|
|
| namespace webrtc {
|
|
|