| Index: chrome/browser/web_applications/web_app_mac_unittest.mm
|
| diff --git a/chrome/browser/web_applications/web_app_mac_unittest.mm b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| index 34ca57016c9c4bf6af61773f5f37c9c4ff21433e..ad056e7070d7920210f6b10c854b898db2921026 100644
|
| --- a/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| +++ b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| @@ -139,7 +139,7 @@ TEST(WebAppShortcutCreatorTest, UpdateShortcuts) {
|
|
|
| shortcut_creator.BuildShortcut(other_folder.Append(app_name));
|
|
|
| - EXPECT_TRUE(base::Delete(
|
| + EXPECT_TRUE(base::DeleteFile(
|
| other_folder.Append(app_name).Append("Contents"), true));
|
|
|
| EXPECT_TRUE(shortcut_creator.UpdateShortcuts());
|
| @@ -153,7 +153,7 @@ TEST(WebAppShortcutCreatorTest, UpdateShortcuts) {
|
|
|
| shortcut_creator.BuildShortcut(other_folder.Append(app_name));
|
|
|
| - EXPECT_TRUE(base::Delete(
|
| + EXPECT_TRUE(base::DeleteFile(
|
| other_folder.Append(app_name).Append("Contents"), true));
|
|
|
| EXPECT_FALSE(shortcut_creator.UpdateShortcuts());
|
|
|