Index: content/browser/fileapi/browser_file_system_helper.cc |
diff --git a/content/browser/fileapi/browser_file_system_helper.cc b/content/browser/fileapi/browser_file_system_helper.cc |
index 49447405e20ac315d9fac92fa05eac4da2db9c55..4e8b9ae7eeafccd5a3a48f1ed1d6327a9c8b1d5c 100644 |
--- a/content/browser/fileapi/browser_file_system_helper.cc |
+++ b/content/browser/fileapi/browser_file_system_helper.cc |
@@ -69,6 +69,9 @@ scoped_refptr<fileapi::FileSystemContext> CreateFileSystemContext( |
profile_path, |
special_storage_policy, |
external_mount_points, |
+ quota_manager_proxy, |
+ task_runners.get(), |
+ CreateBrowserFileSystemOptions(is_incognito), |
&additional_providers); |
scoped_refptr<fileapi::FileSystemContext> file_system_context = |