| Index: net/disk_cache/cache_util_posix.cc
|
| diff --git a/net/disk_cache/cache_util_posix.cc b/net/disk_cache/cache_util_posix.cc
|
| index 180e521200d79ee596949dcc8cf6f9788158d1f7..97d3a4e4ef756396f029e7aace9af443bad0f29a 100644
|
| --- a/net/disk_cache/cache_util_posix.cc
|
| +++ b/net/disk_cache/cache_util_posix.cc
|
| @@ -38,8 +38,4 @@ void DeleteCache(const std::wstring& path, bool remove_folder) {
|
| DeleteCache(FilePath::FromWStringHack(path), remove_folder);
|
| }
|
|
|
| -bool DeleteCacheFile(const std::wstring& name) {
|
| - return DeleteCacheFile(FilePath::FromWStringHack(name));
|
| -}
|
| -
|
| } // namespace disk_cache
|
|
|