Chromium Code Reviews| Index: net/http/http_cache.cc |
| diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc |
| index 5c5314871227fdb478bc3c058c408b6edbca1110..4ad816d928acaa89af790120fe7e4c4063a345f6 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) { |
| - base::Delete(path, false); |
| + base::DeleteFile(path, false); |
| } |
| } // namespace |