| 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 4884391d3c874c73fc20c44f7e54e83e02a4a628..2619ae6025e973d2017b80d3b6df0e5ce6dd5b52 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) {
|
| - file_util::Delete(*x, true);
|
| + base::Delete(*x, true);
|
| }
|
| }
|
| };
|
|
|