Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Unified Diff: webrtc/test/drifting_clock.h

Issue 2733823002: Replace Clock::CurrentNtp with Clock::CurrentNtpTime (Closed)
Patch Set: Remove CurrentNtp instead of deprecate Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/system_wrappers/source/clock.cc ('k') | webrtc/test/drifting_clock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/drifting_clock.h
diff --git a/webrtc/test/drifting_clock.h b/webrtc/test/drifting_clock.h
index d434186d7d0aad0bc43787bab96f8e0150d043c3..43708da9d3ce4c225561865f1e71b0b73cef3ece 100644
--- a/webrtc/test/drifting_clock.h
+++ b/webrtc/test/drifting_clock.h
@@ -29,7 +29,7 @@ class DriftingClock : public Clock {
int64_t TimeInMilliseconds() const override;
int64_t TimeInMicroseconds() const override;
- void CurrentNtp(uint32_t& seconds, uint32_t& fractions) const override;
+ NtpTime CurrentNtpTime() const override;
int64_t CurrentNtpInMilliseconds() const override;
private:
« no previous file with comments | « webrtc/system_wrappers/source/clock.cc ('k') | webrtc/test/drifting_clock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698