Index: webkit/fileapi/isolated_file_util_unittest.cc |
diff --git a/webkit/fileapi/isolated_file_util_unittest.cc b/webkit/fileapi/isolated_file_util_unittest.cc |
index 57ef51aa99b4a0a0c64434e7f138c027f8d27c2b..949b2441025f06587866b648488cf5dfd0e8541d 100644 |
--- a/webkit/fileapi/isolated_file_util_unittest.cc |
+++ b/webkit/fileapi/isolated_file_util_unittest.cc |
@@ -125,9 +125,10 @@ class IsolatedFileUtilTest : public testing::Test { |
FileSystemURL GetFileSystemURL(const FilePath& path) const { |
FilePath virtual_path = isolated_context()->CreateVirtualRootPath( |
filesystem_id()).Append(path); |
- return FileSystemURL(GURL("http://example.com"), |
- kFileSystemTypeIsolated, |
- virtual_path); |
+ return file_system_context_->CreateCrackedFileSystemURL( |
+ GURL("http://example.com"), |
+ kFileSystemTypeIsolated, |
+ virtual_path); |
} |
FileSystemURL GetOtherFileSystemURL(const FilePath& path) { |