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

Unified Diff: components/cronet/stale_host_resolver_unittest.cc

Issue 2274123002: Make ~StaleHostResolverTest override. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/stale_host_resolver_unittest.cc
diff --git a/components/cronet/stale_host_resolver_unittest.cc b/components/cronet/stale_host_resolver_unittest.cc
index 1fb43e081edb96b25caba0da682b1afc4fc93d37..85639c23c2826b0b185f7892f3050044e8367f8f 100644
--- a/components/cronet/stale_host_resolver_unittest.cc
+++ b/components/cronet/stale_host_resolver_unittest.cc
@@ -79,7 +79,7 @@ class StaleHostResolverTest : public testing::Test {
resolve_pending_(false),
resolve_complete_(false) {}
- ~StaleHostResolverTest() {}
+ ~StaleHostResolverTest() override {}
void SetStaleDelay(int stale_delay_sec) {
DCHECK(!resolver_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698