| Index: content/common/sandbox_mac_diraccess_unittest.mm
|
| diff --git a/content/common/sandbox_mac_diraccess_unittest.mm b/content/common/sandbox_mac_diraccess_unittest.mm
|
| index 2619ae6025e973d2017b80d3b6df0e5ce6dd5b52..ad86e5813a2f023c4f091e78b286f1be103eb947 100644
|
| --- a/content/common/sandbox_mac_diraccess_unittest.mm
|
| +++ b/content/common/sandbox_mac_diraccess_unittest.mm
|
| @@ -135,7 +135,7 @@ class ScopedDirectoryDelete {
|
| public:
|
| inline void operator()(base::FilePath* x) const {
|
| if (x) {
|
| - base::Delete(*x, true);
|
| + base::DeleteFile(*x, true);
|
| }
|
| }
|
| };
|
|
|