Index: webkit/fileapi/local_file_util.cc |
diff --git a/webkit/fileapi/local_file_util.cc b/webkit/fileapi/local_file_util.cc |
index 26ebc3ba0b79a8fc15992cb067628d65371e2409..135956cc0b1802bd19df3324a1f9b2eec0c6fc86 100644 |
--- a/webkit/fileapi/local_file_util.cc |
+++ b/webkit/fileapi/local_file_util.cc |
@@ -7,8 +7,8 @@ |
#include "base/file_util_proxy.h" |
#include "googleurl/src/gurl.h" |
#include "webkit/fileapi/file_system_context.h" |
+#include "webkit/fileapi/file_system_mount_point_provider.h" |
#include "webkit/fileapi/file_system_operation_context.h" |
-#include "webkit/fileapi/file_system_path_manager.h" |
#include "webkit/fileapi/file_system_types.h" |
#include "webkit/fileapi/file_system_util.h" |
@@ -292,7 +292,7 @@ FilePath LocalFileUtil::GetLocalPath( |
const GURL& origin_url, |
FileSystemType type, |
const FilePath& virtual_path) { |
- FilePath root = context->file_system_context()->path_manager()-> |
+ FilePath root = context->file_system_context()->GetMountPointProvider(type)-> |
ValidateFileSystemRootAndGetPathOnFileThread(origin_url, type, |
virtual_path, false); |
if (root.empty()) |