Index: webrtc/modules/rtp_rtcp/include/rtp_receiver.h |
diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_receiver.h b/webrtc/modules/rtp_rtcp/include/rtp_receiver.h |
similarity index 93% |
copy from webrtc/modules/rtp_rtcp/interface/rtp_receiver.h |
copy to webrtc/modules/rtp_rtcp/include/rtp_receiver.h |
index 2fb8ac5d61728e10712e61067c9ff4eb16f01f49..d257a30d41106e52e3bb9d91267f0d57e222f9e7 100644 |
--- a/webrtc/modules/rtp_rtcp/interface/rtp_receiver.h |
+++ b/webrtc/modules/rtp_rtcp/include/rtp_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_RTP_RECEIVER_H_ |
-#define WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_RECEIVER_H_ |
+#ifndef WEBRTC_MODULES_RTP_RTCP_INCLUDE_RTP_RECEIVER_H_ |
+#define WEBRTC_MODULES_RTP_RTCP_INCLUDE_RTP_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 { |
@@ -100,4 +100,4 @@ class RtpReceiver { |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_RECEIVER_H_ |
+#endif // WEBRTC_MODULES_RTP_RTCP_INCLUDE_RTP_RECEIVER_H_ |