Chromium Code Reviews| Index: webrtc/base/timeutils.cc |
| diff --git a/webrtc/base/timeutils.cc b/webrtc/base/timeutils.cc |
| index 3c89d808b39f97f6e2a8ace502c04d769269670d..ecd0911a510dde654177bb368108d189ccc04645 100644 |
| --- a/webrtc/base/timeutils.cc |
| +++ b/webrtc/base/timeutils.cc |
| @@ -32,10 +32,8 @@ |
| ClockInterface* g_clock = nullptr; |
| -ClockInterface* SetClockForTesting(ClockInterface* clock) { |
| - ClockInterface* prev = g_clock; |
| +void SetClock(ClockInterface* clock) { |
| g_clock = clock; |
| - return prev; |
| } |
| uint64_t TimeNanos() { |