| Index: net/proxy/proxy_config_service_linux.cc
|
| diff --git a/net/proxy/proxy_config_service_linux.cc b/net/proxy/proxy_config_service_linux.cc
|
| index 7b8a408a177957c9565596611ae6a960c115717e..a38a37a25b260822fabab12735437975ac8540b4 100644
|
| --- a/net/proxy/proxy_config_service_linux.cc
|
| +++ b/net/proxy/proxy_config_service_linux.cc
|
| @@ -826,7 +826,7 @@ bool SettingGetterImplGSettings::LoadAndCheckVersion(
|
| Tokenize(path, ":", &paths);
|
| for (size_t i = 0; i < paths.size(); ++i) {
|
| base::FilePath file(paths[i]);
|
| - if (file_util::PathExists(file.Append("gnome-network-properties"))) {
|
| + if (base::PathExists(file.Append("gnome-network-properties"))) {
|
| VLOG(1) << "Found gnome-network-properties. Will fall back to gconf.";
|
| return false;
|
| }
|
|
|