Chromium Code Reviews| Index: net/http/http_cache.cc |
| diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc |
| index db008b8efcd9b0ff51d12edde4f95bcf7a854b0c..5c5314871227fdb478bc3c058c408b6edbca1110 100644 |
| --- a/net/http/http_cache.cc |
| +++ b/net/http/http_cache.cc |
| @@ -45,7 +45,7 @@ namespace { |
| // Adaptor to delete a file on a worker thread. |
| void DeletePath(base::FilePath path) { |
| - file_util::Delete(path, false); |
| + base::Delete(path, false); |
| } |
| } // namespace |