| 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 c7e17b0f2bf957c9f4695f13e313aa33f76a4f7b..8edbcb07450cfb4c37b57a572cfc2d7fa03b4b28 100644
|
| --- a/webkit/fileapi/isolated_file_util_unittest.cc
|
| +++ b/webkit/fileapi/isolated_file_util_unittest.cc
|
| @@ -206,14 +206,14 @@ class IsolatedFileUtilTest : public testing::Test {
|
| FilePath root = root_path().Append(
|
| kRootPaths[(root_path_index++) % arraysize(kRootPaths)]);
|
| toplevel_root_map_[toplevel] = root;
|
| - toplevels.AddPath(root.Append(path));
|
| + toplevels.AddPath(root.Append(path), NULL);
|
| }
|
|
|
| test::SetUpOneTestCase(toplevel_root_map_[toplevel], test_case);
|
| }
|
|
|
| // Register the toplevel entries.
|
| - filesystem_id_ = isolated_context()->RegisterFileSystem(toplevels);
|
| + filesystem_id_ = isolated_context()->RegisterDraggedFileSystem(toplevels);
|
| }
|
|
|
| ScopedTempDir data_dir_;
|
|
|