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

Unified Diff: webrtc/base/timing.h

Issue 1895933003: Adding the ability to use a simulated clock for unit tests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixing compile warning. Created 4 years, 7 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/base/timeutils_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/timing.h
diff --git a/webrtc/base/timing.h b/webrtc/base/timing.h
index e709f883f3fe24646939c4c34d61fbebe24aa1d6..a73c57d986c02b041e2f2b8413fb45b9461e7425 100644
--- a/webrtc/base/timing.h
+++ b/webrtc/base/timing.h
@@ -13,6 +13,7 @@
namespace rtc {
+// TODO(deadbeef): Remove this and use ClockInterface instead.
class Timing {
public:
Timing();
« no previous file with comments | « webrtc/base/timeutils_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698