 Chromium Code Reviews
 Chromium Code Reviews Issue 6864040:
  Fixed file/directory url resolution for external mount point provider.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 6864040:
  Fixed file/directory url resolution for external mount point provider.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| Index: webkit/fileapi/file_system_context_unittest.cc | 
| =================================================================== | 
| --- webkit/fileapi/file_system_context_unittest.cc (revision 82172) | 
| +++ webkit/fileapi/file_system_context_unittest.cc (working copy) | 
| @@ -47,7 +47,7 @@ | 
| base::MessageLoopProxy::CreateForCurrentThread(), | 
| special_storage_policy, | 
| FilePath(), false /* is_incognito */, | 
| - allow_file_access, unlimited_quota); | 
| + allow_file_access, unlimited_quota, NULL); | 
| } | 
| } // anonymous namespace |