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

Unified Diff: net/dns/dns_config_service_posix.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_posix.h
diff --git a/net/dns/dns_config_service_posix.h b/net/dns/dns_config_service_posix.h
index ef28154c36434ea702dd0a44a62c0a47f7ef94f3..ee0cf6429464525af4a2112bdb98553dbef971df 100644
--- a/net/dns/dns_config_service_posix.h
+++ b/net/dns/dns_config_service_posix.h
@@ -61,8 +61,9 @@ enum ConfigParsePosixResult {
#if !defined(OS_ANDROID)
// Fills in |dns_config| from |res|.
-ConfigParsePosixResult NET_EXPORT_PRIVATE ConvertResStateToDnsConfig(
- const struct __res_state& res, DnsConfig* dns_config);
+ConfigParsePosixResult NET_EXPORT_PRIVATE
+ ConvertResStateToDnsConfig(const struct __res_state& res,
+ DnsConfig* dns_config);
#endif
} // namespace internal

Powered by Google App Engine
This is Rietveld 408576698