| Index: chrome/browser/net/url_fixer_upper.cc
|
| diff --git a/chrome/browser/net/url_fixer_upper.cc b/chrome/browser/net/url_fixer_upper.cc
|
| index 6c82ba4c8d72fff2c45b47943264e5be588b8cb0..49671acad7851256d30235554bea17e296e0364b 100644
|
| --- a/chrome/browser/net/url_fixer_upper.cc
|
| +++ b/chrome/browser/net/url_fixer_upper.cc
|
| @@ -107,7 +107,7 @@ bool ValidPathForFile(const base::FilePath::StringType& text,
|
| if (file_path.empty())
|
| return false;
|
|
|
| - if (!file_util::PathExists(file_path))
|
| + if (!base::PathExists(file_path))
|
| return false;
|
|
|
| *full_path = file_path;
|
|
|