| Index: chrome/common/extensions/extension_file_util_unittest.cc
|
| diff --git a/chrome/common/extensions/extension_file_util_unittest.cc b/chrome/common/extensions/extension_file_util_unittest.cc
|
| index ad8b1e13dec633451d55924cd47cf3445e03c0de..24e102c9fe62b67ff88f5cabd330170e4a8341c4 100644
|
| --- a/chrome/common/extensions/extension_file_util_unittest.cc
|
| +++ b/chrome/common/extensions/extension_file_util_unittest.cc
|
| @@ -339,7 +339,7 @@ TEST_F(ExtensionFileUtilTest, ExtensionResourceURLToFilePath) {
|
| " For the path " << url;
|
| }
|
| // Remove temp files.
|
| - ASSERT_TRUE(base::Delete(root_path, true));
|
| + ASSERT_TRUE(base::DeleteFile(root_path, true));
|
| }
|
|
|
| static scoped_refptr<Extension> LoadExtensionManifest(
|
|
|