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

Unified Diff: webrtc/base/timeutils_unittest.cc

Issue 2611663002: Refactor rtc_unittests into several targets. (Closed)
Patch Set: Nit. Created 3 years, 11 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/refcountedobject_unittest.cc ('k') | webrtc/base/win32window_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/timeutils_unittest.cc
diff --git a/webrtc/base/timeutils_unittest.cc b/webrtc/base/timeutils_unittest.cc
index db939cb68bd41a28480af7c560d8f7dceb4bbf7f..7c8b2ebf58576b9b2c4cffe0b2d3990d8305265f 100644
--- a/webrtc/base/timeutils_unittest.cc
+++ b/webrtc/base/timeutils_unittest.cc
@@ -118,7 +118,7 @@ class TmToSeconds : public testing::Test {
// Set use of the test RNG to get deterministic expiration timestamp.
rtc::SetRandomTestMode(true);
}
- ~TmToSeconds() {
+ ~TmToSeconds() override {
// Put it back for the next test.
rtc::SetRandomTestMode(false);
}
« no previous file with comments | « webrtc/base/refcountedobject_unittest.cc ('k') | webrtc/base/win32window_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698