| 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 bc15c4f0a97552546c666474e3f36ff88b43566d..eb707be4a3ae82aac8fab8fcefb604bfe1581861 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);
|
| - file_util::Delete(temp_path, false /* recursive */);
|
| + base::Delete(temp_path, false /* recursive */);
|
|
|
| return read_success;
|
| }
|
|
|