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

Unified Diff: net/dns/dns_config_service_win.h

Issue 1130873007: net/dns: Fix the last warning found by chromium-style clang plugin on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nicer Created 5 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
« no previous file with comments | « no previous file | net/dns/dns_config_service_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/dns_config_service_win.h
diff --git a/net/dns/dns_config_service_win.h b/net/dns/dns_config_service_win.h
index 972d6efe86d045f8a156c9dced264d6e4997ec9b..5b6f22bb7de4b77b545fc22de1f37c3f8fa3bede 100644
--- a/net/dns/dns_config_service_win.h
+++ b/net/dns/dns_config_service_win.h
@@ -63,6 +63,9 @@ struct NET_EXPORT_PRIVATE DnsSystemSettings {
RegDword level;
};
+ DnsSystemSettings();
+ ~DnsSystemSettings();
+
// Filled in by GetAdapterAddresses. Note that the alternative
// GetNetworkParams does not include IPv6 addresses.
scoped_ptr<IP_ADAPTER_ADDRESSES, base::FreeDeleter> addresses;
« no previous file with comments | « no previous file | net/dns/dns_config_service_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698