| 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
|
|
|