| Index: chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc
|
| diff --git a/chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc b/chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc
|
| index b5e43d8730ae2cbf2e632e1d69742d95894d2414..0bfa23a87232284b5840aa07bff4a6bb6fcd16b4 100644
|
| --- a/chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc
|
| +++ b/chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc
|
| @@ -62,7 +62,8 @@ PrivetHTTPAsynchronousFactoryImpl::ResolutionImpl::ResolutionImpl(
|
| request_context_(request_context) {
|
| net::AddressFamily address_family = net::ADDRESS_FAMILY_UNSPECIFIED;
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kPrivetIPv6Only)) {
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kPrivetIPv6Only)) {
|
| address_family = net::ADDRESS_FAMILY_IPV6;
|
| }
|
|
|
|
|