Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: net/disk_cache/cache_util_win.cc

Issue 274012: Convert BlockFiles to use FilePath instead of wstring. (Closed)
Patch Set: rebase Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/disk_cache/cache_util_win.cc
diff --git a/net/disk_cache/cache_util_win.cc b/net/disk_cache/cache_util_win.cc
index 46bffe8f99b7cc60d0a04231604f14675ef1d669..182e818cdc62629834ff87518c5fb968e8662107 100644
--- a/net/disk_cache/cache_util_win.cc
+++ b/net/disk_cache/cache_util_win.cc
@@ -65,8 +65,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

Powered by Google App Engine
This is Rietveld 408576698