Chromium Code Reviews| Index: net/tools/crash_cache/crash_cache.cc |
| =================================================================== |
| --- net/tools/crash_cache/crash_cache.cc (revision 29084) |
| +++ net/tools/crash_cache/crash_cache.cc (working copy) |
| @@ -111,7 +111,7 @@ |
| *full_path = path; |
| file_util::AppendToPath(full_path, folders[action]); |
| - if (file_util::PathExists(FilePath::FromWStringHack(*full_path))) |
| + if (file_util::PathExists(*full_path)) |
| return false; |
| return file_util::CreateDirectory(*full_path); |