Index: webrtc/modules/rtp_rtcp/include/fec_receiver.h |
diff --git a/webrtc/modules/rtp_rtcp/interface/fec_receiver.h b/webrtc/modules/rtp_rtcp/include/fec_receiver.h |
similarity index 84% |
copy from webrtc/modules/rtp_rtcp/interface/fec_receiver.h |
copy to webrtc/modules/rtp_rtcp/include/fec_receiver.h |
index 3608165dabd8484445cad3df99aff7acac39aded..65e85ad7a5fdfb1a0a04aba5715c7a789eb68de0 100644 |
--- a/webrtc/modules/rtp_rtcp/interface/fec_receiver.h |
+++ b/webrtc/modules/rtp_rtcp/include/fec_receiver.h |
@@ -8,10 +8,10 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_RTP_RTCP_INTERFACE_FEC_RECEIVER_H_ |
-#define WEBRTC_MODULES_RTP_RTCP_INTERFACE_FEC_RECEIVER_H_ |
+#ifndef WEBRTC_MODULES_RTP_RTCP_INCLUDE_FEC_RECEIVER_H_ |
+#define WEBRTC_MODULES_RTP_RTCP_INCLUDE_FEC_RECEIVER_H_ |
-#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" |
+#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |
@@ -43,4 +43,4 @@ class FecReceiver { |
virtual FecPacketCounter GetPacketCounter() const = 0; |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_RTP_RTCP_INTERFACE_FEC_RECEIVER_H_ |
+#endif // WEBRTC_MODULES_RTP_RTCP_INCLUDE_FEC_RECEIVER_H_ |