| Index: net/tools/crash_cache/crash_cache.cc
|
| diff --git a/net/tools/crash_cache/crash_cache.cc b/net/tools/crash_cache/crash_cache.cc
|
| index 5613d0d3b47b23ac46ae46dd4b2b4d16c71e150e..7072864f17a3bffca0402e5e562d5e5f9f67d3d1 100644
|
| --- a/net/tools/crash_cache/crash_cache.cc
|
| +++ b/net/tools/crash_cache/crash_cache.cc
|
| @@ -118,7 +118,7 @@ bool CreateTargetFolder(const base::FilePath& path, RankCrashes action,
|
|
|
| *full_path = path.AppendASCII(folders[action]);
|
|
|
| - if (file_util::PathExists(*full_path))
|
| + if (base::PathExists(*full_path))
|
| return false;
|
|
|
| return file_util::CreateDirectory(*full_path);
|
|
|