| Index: chrome/browser/local_discovery/service_discovery_client_impl.h
|
| diff --git a/chrome/browser/local_discovery/service_discovery_client_impl.h b/chrome/browser/local_discovery/service_discovery_client_impl.h
|
| index 69a47f466710630dc64620b95962014f87a9c544..c8118a3c369fc97d902f59e49384c1bf595e80c1 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_client_impl.h
|
| +++ b/chrome/browser/local_discovery/service_discovery_client_impl.h
|
| @@ -197,7 +197,8 @@
|
| const net::RecordParsed* record) const;
|
|
|
| // Convert an A record to an IP address.
|
| - net::IPAddress RecordToIPAddress(const net::RecordParsed* record) const;
|
| + const net::IPAddressNumber& RecordToIPAddress(
|
| + const net::RecordParsed* record) const;
|
|
|
| // Convert an MDns status to a service discovery status.
|
| RequestStatus MDnsStatusToRequestStatus(
|
| @@ -258,8 +259,8 @@
|
|
|
| net::MDnsClient* mdns_client_;
|
|
|
| - net::IPAddress address_ipv4_;
|
| - net::IPAddress address_ipv6_;
|
| + net::IPAddressNumber address_ipv4_;
|
| + net::IPAddressNumber address_ipv6_;
|
|
|
| base::CancelableCallback<void()> timeout_callback_;
|
|
|
|
|