| Index: net/dns/dns_hosts.cc
|
| diff --git a/net/dns/dns_hosts.cc b/net/dns/dns_hosts.cc
|
| index b43ac542331c294aa7763e8394590a6366f89991..76acd47e87d338b967d7b189347316dd35bbb3c1 100644
|
| --- a/net/dns/dns_hosts.cc
|
| +++ b/net/dns/dns_hosts.cc
|
| @@ -155,7 +155,7 @@ void ParseHostsWithCommaMode(const std::string& contents,
|
| }
|
| } else {
|
| DnsHostsKey key(parser.token().as_string(), family);
|
| - StringToLowerASCII(&key.first);
|
| + base::StringToLowerASCII(&key.first);
|
| IPAddressNumber& mapped_ip = hosts[key];
|
| if (mapped_ip.empty())
|
| mapped_ip = ip;
|
|
|