| Index: webrtc/modules/rtp_rtcp/include/rtp_cvo.h
|
| diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_cvo.h b/webrtc/modules/rtp_rtcp/include/rtp_cvo.h
|
| similarity index 89%
|
| copy from webrtc/modules/rtp_rtcp/interface/rtp_cvo.h
|
| copy to webrtc/modules/rtp_rtcp/include/rtp_cvo.h
|
| index c7a0268ef0b5af2846d5cdb8baa4fb816fe44408..7f39895cb8ccccdce9590324926fda6e5d567ba6 100644
|
| --- a/webrtc/modules/rtp_rtcp/interface/rtp_cvo.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_cvo.h
|
| @@ -7,8 +7,8 @@
|
| * 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_CVO__H_
|
| -#define WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_CVO__H_
|
| +#ifndef WEBRTC_MODULES_RTP_RTCP_INCLUDE_RTP_CVO__H_
|
| +#define WEBRTC_MODULES_RTP_RTCP_INCLUDE_RTP_CVO__H_
|
|
|
| #include "webrtc/common_video/rotation.h"
|
|
|
| @@ -51,4 +51,4 @@ inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t rotation) {
|
| }
|
|
|
| } // namespace webrtc
|
| -#endif // WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_CVO__H_
|
| +#endif // WEBRTC_MODULES_RTP_RTCP_INCLUDE_RTP_CVO__H_
|
|
|