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

Unified Diff: net/disk_cache/disk_cache_perftest.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/disk_cache_perftest.cc
diff --git a/net/disk_cache/disk_cache_perftest.cc b/net/disk_cache/disk_cache_perftest.cc
index 4eab41defd8f01179054931615cf0d31abaa9b0e..e216d6967e55a1772f381fef2371a18e4b266949 100644
--- a/net/disk_cache/disk_cache_perftest.cc
+++ b/net/disk_cache/disk_cache_perftest.cc
@@ -207,7 +207,7 @@ TEST_F(DiskCacheTest, BlockFilesPerformance) {
ScopedTestCache test_cache;
- disk_cache::BlockFiles files(test_cache.path_wstring());
+ disk_cache::BlockFiles files(test_cache.path());
ASSERT_TRUE(files.Init(true));
int seed = static_cast<int>(Time::Now().ToInternalValue());

Powered by Google App Engine
This is Rietveld 408576698