| Index: webkit/fileapi/file_system_context.cc
|
| diff --git a/webkit/fileapi/file_system_context.cc b/webkit/fileapi/file_system_context.cc
|
| index 53afbb1248ccfa2ac22847dec174743dc6c9e29c..4f1b684dc1878f475b782623926d85be59a4b7dd 100644
|
| --- a/webkit/fileapi/file_system_context.cc
|
| +++ b/webkit/fileapi/file_system_context.cc
|
| @@ -60,7 +60,7 @@ FileSystemContext::FileSystemContext(
|
| file_task_runner,
|
| profile_path,
|
| options)),
|
| - isolated_provider_(new IsolatedMountPointProvider) {
|
| + isolated_provider_(new IsolatedMountPointProvider(profile_path)) {
|
| if (quota_manager_proxy) {
|
| quota_manager_proxy->RegisterClient(CreateQuotaClient(
|
| this, options.is_incognito()));
|
|
|