| Index: webrtc/base/timeutils.h
|
| diff --git a/webrtc/base/timeutils.h b/webrtc/base/timeutils.h
|
| index 25ef52105cdfa91afd038ee66dd98f2e3bd7f4f7..3e7d78cc8c3e0098fac9ff05851ba27c2e782c94 100644
|
| --- a/webrtc/base/timeutils.h
|
| +++ b/webrtc/base/timeutils.h
|
| @@ -108,6 +108,9 @@ class TimestampWrapAroundHandler {
|
| // is still 32 bits on many systems.
|
| int64_t TmToSeconds(const std::tm& tm);
|
|
|
| +// Returns number of seconds since January 1, 1970, UTC.
|
| +double WallClockSeconds();
|
| +
|
| } // namespace rtc
|
|
|
| #endif // WEBRTC_BASE_TIMEUTILS_H_
|
|
|