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

Unified Diff: webrtc/base/timeutils_unittest.cc

Issue 2611663002: Refactor rtc_unittests into several targets. (Closed)
Patch Set: Add fakemetricsobserver target in webrtc/api/BUILD.gn 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
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);
}

Powered by Google App Engine
This is Rietveld 408576698