| 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 c8611dfd45a43f26cc07c859f3ee1c0417db7b5b..ee109c2f57a595b228ca0a0dbac37e9d9e77763a 100644
|
| --- a/content/common/sandbox_mac_diraccess_unittest.mm
|
| +++ b/content/common/sandbox_mac_diraccess_unittest.mm
|
| @@ -148,7 +148,8 @@ TEST_F(MacDirAccessSandboxTest, SandboxAccess) {
|
| using file_util::CreateDirectory;
|
|
|
| base::FilePath tmp_dir;
|
| - ASSERT_TRUE(file_util::CreateNewTempDirectory("", &tmp_dir));
|
| + ASSERT_TRUE(base::CreateNewTempDirectory(base::FilePath::StringType(),
|
| + &tmp_dir));
|
| // 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 .
|
|
|