| 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;
|
| }
|
|
|