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

Unified Diff: net/dns/dns_config_service.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: 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;

Powered by Google App Engine
This is Rietveld 408576698