summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_context_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/file_system_context_unittest.cc')
-rw-r--r--webkit/fileapi/file_system_context_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/fileapi/file_system_context_unittest.cc b/webkit/fileapi/file_system_context_unittest.cc
index f1fff68..30ec54e 100644
--- a/webkit/fileapi/file_system_context_unittest.cc
+++ b/webkit/fileapi/file_system_context_unittest.cc
@@ -47,7 +47,7 @@ scoped_refptr<FileSystemContext> NewFileSystemContext(
base::MessageLoopProxy::CreateForCurrentThread(),
special_storage_policy,
FilePath(), false /* is_incognito */,
- allow_file_access, unlimited_quota);
+ allow_file_access, unlimited_quota, NULL);
}
} // anonymous namespace