Index: net/dns/dns_config_service.h |
diff --git a/net/dns/dns_config_service.h b/net/dns/dns_config_service.h |
index bfb57850bb7a1b655fcbee6749225ff423eee3dd..3d6178dbb0d8b40cd8db6f89a55073e5371cbace 100644 |
--- a/net/dns/dns_config_service.h |
+++ b/net/dns/dns_config_service.h |
@@ -79,9 +79,7 @@ struct NET_EXPORT_PRIVATE DnsConfig { |
// number of hosts rather than the full list. |
base::Value* ToValue() const; |
- bool IsValid() const { |
- return !nameservers.empty(); |
- } |
+ bool IsValid() const { return !nameservers.empty(); } |
// List of name server addresses. |
std::vector<IPEndPoint> nameservers; |
@@ -157,7 +155,7 @@ class NET_EXPORT_PRIVATE DnsConfigService |
DNS_CONFIG_WATCH_MAX, |
}; |
- // Immediately attempts to read the current configuration. |
+ // Immediately attempts to read the current configuration. |
virtual void ReadNow() = 0; |
// Registers system watchers. Returns true iff succeeds. |
virtual bool StartWatching() = 0; |