| Index: webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h
|
| diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h b/webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h
|
| index 2809996b25120a43841da874ad0aebaef238a96f..9b2cabc546d6fe5ce6cc290922a8d6758a59bb05 100644
|
| --- a/webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h
|
| +++ b/webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h
|
| @@ -7,10 +7,12 @@
|
| * in the file PATENTS. All contributing project authors may
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
| -#ifndef WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_HEADER_PARSER_H_
|
| -#define WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_HEADER_PARSER_H_
|
| +#ifndef WEBRTC_MODULES_RTP_RTCP_INCLUDE_RTP_HEADER_PARSER_H_
|
| +#define WEBRTC_MODULES_RTP_RTCP_INCLUDE_RTP_HEADER_PARSER_H_
|
|
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
|
| +#pragma message("WARNING: rtp_rtcp/interface is DEPRECATED; use include dir.")
|
| +
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
| @@ -41,4 +43,4 @@ class RtpHeaderParser {
|
| virtual bool DeregisterRtpHeaderExtension(RTPExtensionType type) = 0;
|
| };
|
| } // namespace webrtc
|
| -#endif // WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_HEADER_PARSER_H_
|
| +#endif // WEBRTC_MODULES_RTP_RTCP_INCLUDE_RTP_HEADER_PARSER_H_
|
|
|