Index: webkit/fileapi/sandbox_mount_point_provider_unittest.cc |
diff --git a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc |
index 6d0b575f7d6a0e39538ab9c54ae903fccd1acb05..d657715cd0cbea9fe4da3be31554b60286c15076 100644 |
--- a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc |
+++ b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc |
@@ -46,7 +46,7 @@ class SandboxMountPointProviderOriginEnumeratorTest : public testing::Test { |
void CreateOriginTypeDirectory(const GURL& origin, |
fileapi::FileSystemType type) { |
FilePath target = path_manager_->sandbox_provider()-> |
- GetBaseDirectoryForOriginAndType(origin, type); |
+ GetBaseDirectoryForOriginAndType(origin, type, true); |
file_util::CreateDirectory(target); |
ASSERT_TRUE(file_util::DirectoryExists(target)); |
} |