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

Unified Diff: chrome/utility/media_galleries/pmp_test_helper.cc

Issue 18584011: Rename base::Delete to base::DeleteFile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « chrome/tools/convert_dict/convert_dict_unittest.cc ('k') | chrome_frame/crash_reporting/minidump_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/media_galleries/pmp_test_helper.cc
diff --git a/chrome/utility/media_galleries/pmp_test_helper.cc b/chrome/utility/media_galleries/pmp_test_helper.cc
index eb707be4a3ae82aac8fab8fcefb604bfe1581861..edda31f0a49ec8f2ae01cad4b91fc17634210101 100644
--- a/chrome/utility/media_galleries/pmp_test_helper.cc
+++ b/chrome/utility/media_galleries/pmp_test_helper.cc
@@ -134,7 +134,7 @@ bool PmpTestHelper::InitColumnReaderFromBytes(
bool read_success = reader->ReadFile(platform_file, expected_type);
base::ClosePlatformFile(platform_file);
- base::Delete(temp_path, false /* recursive */);
+ base::DeleteFile(temp_path, false /* recursive */);
return read_success;
}
« no previous file with comments | « chrome/tools/convert_dict/convert_dict_unittest.cc ('k') | chrome_frame/crash_reporting/minidump_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698