| Index: webrtc/modules/rtp_rtcp/interface/fec_receiver.h
|
| diff --git a/webrtc/modules/rtp_rtcp/interface/fec_receiver.h b/webrtc/modules/rtp_rtcp/interface/fec_receiver.h
|
| index 3608165dabd8484445cad3df99aff7acac39aded..231bc7d896c59d85e49f306f9f194f667e6d8300 100644
|
| --- a/webrtc/modules/rtp_rtcp/interface/fec_receiver.h
|
| +++ b/webrtc/modules/rtp_rtcp/interface/fec_receiver.h
|
| @@ -11,7 +11,9 @@
|
| #ifndef WEBRTC_MODULES_RTP_RTCP_INTERFACE_FEC_RECEIVER_H_
|
| #define WEBRTC_MODULES_RTP_RTCP_INTERFACE_FEC_RECEIVER_H_
|
|
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
|
| +#pragma message("WARNING: rtp_rtcp/interface is DEPRECATED; use rtp_rtcp/include")
|
| +
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
|
|