| Index: net/disk_cache/cache_util.h
|
| diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h
|
| index 7c915742b20a795df41d769d3bef64d4774b3433..1caac8cbadebb5ef0556b2facfe07ed62d5d1c2f 100644
|
| --- a/net/disk_cache/cache_util.h
|
| +++ b/net/disk_cache/cache_util.h
|
| @@ -25,8 +25,6 @@ void DeleteCache(const std::wstring& path, bool remove_folder);
|
|
|
| // Deletes a cache file.
|
| bool DeleteCacheFile(const FilePath& name);
|
| -// Deprecated.
|
| -bool DeleteCacheFile(const std::wstring& name);
|
|
|
| } // namespace disk_cache
|
|
|
|
|