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 9a5b48e6215a63b8acb57e5ae653225361921b7e..5b9d53f9e96dfd5181476e2053fe38cae365c368 100644 |
--- a/webkit/fileapi/isolated_file_util_unittest.cc |
+++ b/webkit/fileapi/isolated_file_util_unittest.cc |
@@ -114,9 +114,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); |
+ FileSystemURL url(GURL("http://example.com"), |
+ kFileSystemTypeIsolated, |
+ virtual_path); |
+ return IsolatedContext::GetInstance()->CrackURL(url); |
} |
FileSystemURL GetOtherFileSystemURL(const FilePath& path) { |