| Index: chrome/common/sandbox_mac_diraccess_unittest.mm
|
| diff --git a/chrome/common/sandbox_mac_diraccess_unittest.mm b/chrome/common/sandbox_mac_diraccess_unittest.mm
|
| index 71eff73f647c9473e38b555cdb6fe29485da9475..f356453385e878d935aa31e8c27ea2df30813004 100644
|
| --- a/chrome/common/sandbox_mac_diraccess_unittest.mm
|
| +++ b/chrome/common/sandbox_mac_diraccess_unittest.mm
|
| @@ -147,7 +147,7 @@ TEST_F(MacDirAccessSandboxTest, SandboxAccess) {
|
| // This step is important on OS X since the sandbox only understands "real"
|
| // paths and the paths CreateNewTempDirectory() returns are empirically in
|
| // /var which is a symlink to /private/var .
|
| - ASSERT_TRUE(file_util::AbsolutePath(&tmp_dir));
|
| + sandbox::GetCanonicalSandboxPath(&tmp_dir);
|
| ScopedDirectory cleanup(&tmp_dir);
|
|
|
| const char* sandbox_dir_cases[] = {
|
|
|