| Index: webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h
|
| diff --git a/webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h b/webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h
|
| index 0ffba212a64dba4ae8c5c1c458eb4f94006d649d..d271c9bbd54ba606651e8f75b22d4185727da739 100644
|
| --- a/webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h
|
| +++ b/webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h
|
| @@ -8,8 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_RTP_RTCP_INTERFACE_REMOTE_NTP_TIME_ESTIMATOR_H_
|
| -#define WEBRTC_MODULES_RTP_RTCP_INTERFACE_REMOTE_NTP_TIME_ESTIMATOR_H_
|
| +#ifndef WEBRTC_MODULES_RTP_RTCP_INCLUDE_REMOTE_NTP_TIME_ESTIMATOR_H_
|
| +#define WEBRTC_MODULES_RTP_RTCP_INCLUDE_REMOTE_NTP_TIME_ESTIMATOR_H_
|
| +
|
| +#pragma message("WARNING: rtp_rtcp/interface is DEPRECATED; use include dir.")
|
|
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/system_wrappers/include/rtp_to_ntp.h"
|
| @@ -48,4 +50,4 @@ class RemoteNtpTimeEstimator {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_RTP_RTCP_INTERFACE_REMOTE_NTP_TIME_ESTIMATOR_H_
|
| +#endif // WEBRTC_MODULES_RTP_RTCP_INCLUDE_REMOTE_NTP_TIME_ESTIMATOR_H_
|
|
|