Index: net/proxy/proxy_resolver_v8_tracing_unittest.cc |
diff --git a/net/proxy/proxy_resolver_v8_tracing_unittest.cc b/net/proxy/proxy_resolver_v8_tracing_unittest.cc |
index 0c16a1a04391c396be0de717183d6b09cf9effef..31188cae7034545f1fdfc87848664302f650fe86 100644 |
--- a/net/proxy/proxy_resolver_v8_tracing_unittest.cc |
+++ b/net/proxy/proxy_resolver_v8_tracing_unittest.cc |
@@ -31,7 +31,7 @@ namespace { |
class ProxyResolverV8TracingTest : public testing::Test { |
public: |
- virtual void TearDown() override { |
+ void TearDown() override { |
// Drain any pending messages, which may be left over from cancellation. |
// This way they get reliably run as part of the current test, rather than |
// spilling into the next test's execution. |