| Index: webkit/fileapi/file_system_path_manager.h
|
| diff --git a/webkit/fileapi/file_system_path_manager.h b/webkit/fileapi/file_system_path_manager.h
|
| index 5ac35612243fda6dc747868612951a159adf2bc7..4ccf59474fa4df240f7780c9256566c0799c4c43 100644
|
| --- a/webkit/fileapi/file_system_path_manager.h
|
| +++ b/webkit/fileapi/file_system_path_manager.h
|
| @@ -21,7 +21,7 @@ class MessageLoopProxy;
|
| namespace fileapi {
|
|
|
| class ExternalFileSystemMountPointProvider;
|
| -class FileSystemFileUtil;
|
| +class FileUtil;
|
| class SandboxMountPointProvider;
|
|
|
| class FileSystemPathManager {
|
| @@ -78,7 +78,7 @@ class FileSystemPathManager {
|
| bool IsAccessAllowed(const GURL& origin, FileSystemType type,
|
| const FilePath& virtual_path);
|
|
|
| - FileSystemFileUtil* GetFileSystemFileUtil(FileSystemType type) const;
|
| + FileUtil* GetFileUtil(FileSystemType type) const;
|
|
|
| SandboxMountPointProvider* sandbox_provider() const {
|
| return sandbox_provider_.get();
|
|
|