| Index: net/dns/dns_config_service_unittest.cc
|
| diff --git a/net/dns/dns_config_service_unittest.cc b/net/dns/dns_config_service_unittest.cc
|
| index 0239f80ae2f38b66a908fe678483789fd5786fc5..74020c8f56107da52df5f8b794c5670219b60d9e 100644
|
| --- a/net/dns/dns_config_service_unittest.cc
|
| +++ b/net/dns/dns_config_service_unittest.cc
|
| @@ -121,8 +121,8 @@ class DnsConfigServiceTest : public testing::Test {
|
| protected:
|
| class TestDnsConfigService : public DnsConfigService {
|
| public:
|
| - virtual void ReadNow() override {}
|
| - virtual bool StartWatching() override { return true; }
|
| + void ReadNow() override {}
|
| + bool StartWatching() override { return true; }
|
|
|
| // Expose the protected methods to this test suite.
|
| void InvalidateConfig() {
|
|
|