| Index: chrome/browser/printing/cloud_print/privet_http_asynchronous_factory_impl.cc
|
| diff --git a/chrome/browser/printing/cloud_print/privet_http_asynchronous_factory_impl.cc b/chrome/browser/printing/cloud_print/privet_http_asynchronous_factory_impl.cc
|
| index c18a11bc49bbafc7917903f6a9ddf4edf95111af..45320e3a730e170d94bc5df7a76cc8904bebde29 100644
|
| --- a/chrome/browser/printing/cloud_print/privet_http_asynchronous_factory_impl.cc
|
| +++ b/chrome/browser/printing/cloud_print/privet_http_asynchronous_factory_impl.cc
|
| @@ -57,7 +57,7 @@ void PrivetHTTPAsynchronousFactoryImpl::ResolutionImpl::Start(
|
| void PrivetHTTPAsynchronousFactoryImpl::ResolutionImpl::ResolveComplete(
|
| const ResultCallback& callback,
|
| const net::IPEndPoint& endpoint) {
|
| - if (endpoint.address().empty())
|
| + if (endpoint.address_number().empty())
|
| return callback.Run(scoped_ptr<PrivetHTTPClient>());
|
|
|
| net::HostPortPair new_address = net::HostPortPair::FromIPEndPoint(endpoint);
|
|
|