| Index: chrome/browser/local_discovery/service_discovery_client_mac.mm
|
| diff --git a/chrome/browser/local_discovery/service_discovery_client_mac.mm b/chrome/browser/local_discovery/service_discovery_client_mac.mm
|
| index 0aaaf2d7ea1ccc5141297e3f43825f1e312ca41c..859a96a6156895c16b3fbccda90712eb8a0813b8 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_client_mac.mm
|
| +++ b/chrome/browser/local_discovery/service_discovery_client_mac.mm
|
| @@ -16,7 +16,7 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/thread_task_runner_handle.h"
|
| #include "base/threading/thread.h"
|
| -#include "net/base/ip_address.h"
|
| +#include "net/base/ip_address_number.h"
|
| #include "net/base/ip_endpoint.h"
|
|
|
| using local_discovery::ServiceWatcherImplMac;
|
| @@ -354,7 +354,7 @@
|
| if (end_point.FromSockAddr(socket, length)) {
|
| service_description_.address =
|
| net::HostPortPair::FromIPEndPoint(end_point);
|
| - service_description_.ip_address = end_point.address();
|
| + service_description_.ip_address = end_point.address().bytes();
|
| break;
|
| }
|
| }
|
|
|