| Index: webkit/fileapi/local_file_util.cc
|
| diff --git a/webkit/fileapi/local_file_util.cc b/webkit/fileapi/local_file_util.cc
|
| index 223beea9724c6b0226274e4c5138eec99b85a1dc..daa2eb0f1d3a2dddca0c3836e8298488ad4be76d 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"
|
|
|
| @@ -289,7 +289,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())
|
|
|