diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 16:48:05 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 16:48:05 +0000 |
commit | 12d3484a8dd1b6955b3554825ba9f0a3fea97dcc (patch) | |
tree | 2d65dbd3492b5b199d992a4f42a5410cb7240dae /chrome/common/sandbox_mac_diraccess_unittest.mm | |
parent | 0b4d3382c817b4c572db7b13b2a90f9a56cb7f8f (diff) | |
download | chromium_src-12d3484a8dd1b6955b3554825ba9f0a3fea97dcc.zip chromium_src-12d3484a8dd1b6955b3554825ba9f0a3fea97dcc.tar.gz chromium_src-12d3484a8dd1b6955b3554825ba9f0a3fea97dcc.tar.bz2 |
Revert r52326 since it's causing unit tests to fail.
Review URL: http://codereview.chromium.org/2958011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/sandbox_mac_diraccess_unittest.mm')
-rw-r--r-- | chrome/common/sandbox_mac_diraccess_unittest.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/sandbox_mac_diraccess_unittest.mm b/chrome/common/sandbox_mac_diraccess_unittest.mm index f356453..71eff73 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 . - sandbox::GetCanonicalSandboxPath(&tmp_dir); + ASSERT_TRUE(file_util::AbsolutePath(&tmp_dir)); ScopedDirectory cleanup(&tmp_dir); const char* sandbox_dir_cases[] = { |