| Index: net/dns/dns_hosts.cc
|
| diff --git a/net/dns/dns_hosts.cc b/net/dns/dns_hosts.cc
|
| index 60cac9bfb5b66e376cf0ec11531f91ffc896618b..3d707404c6fc3dc7e296c998cf791c90fa127a0d 100644
|
| --- a/net/dns/dns_hosts.cc
|
| +++ b/net/dns/dns_hosts.cc
|
| @@ -139,7 +139,7 @@ void ParseHosts(const std::string& contents, DnsHosts* dns_hosts) {
|
| bool ParseHostsFile(const base::FilePath& path, DnsHosts* dns_hosts) {
|
| dns_hosts->clear();
|
| // Missing file indicates empty HOSTS.
|
| - if (!file_util::PathExists(path))
|
| + if (!base::PathExists(path))
|
| return true;
|
|
|
| int64 size;
|
|
|