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

Unified Diff: net/disk_cache/disk_cache_test_base.cc

Issue 18332014: Move Copy* into the base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows Created 7 years, 5 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
« no previous file with comments | « content/browser/indexed_db/indexed_db_browsertest.cc ('k') | tools/traceline/svgui/startup-release.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/disk_cache_test_base.cc
diff --git a/net/disk_cache/disk_cache_test_base.cc b/net/disk_cache/disk_cache_test_base.cc
index d6688bb2a6e005a2c26a0b187f7a0aab36ccc14a..5ab71474f01a64fc18c4d2c948d7b321cbaca557 100644
--- a/net/disk_cache/disk_cache_test_base.cc
+++ b/net/disk_cache/disk_cache_test_base.cc
@@ -37,7 +37,7 @@ bool DiskCacheTest::CopyTestCache(const std::string& name) {
if (!CleanupCacheDir())
return false;
- return file_util::CopyDirectory(path, cache_path_, false);
+ return base::CopyDirectory(path, cache_path_, false);
}
bool DiskCacheTest::CleanupCacheDir() {
« no previous file with comments | « content/browser/indexed_db/indexed_db_browsertest.cc ('k') | tools/traceline/svgui/startup-release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698