| 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..2c4101dffc09f69e7bf1636d58738111e75eeedc 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 FileApiFileUtil;
|
| 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;
|
| + FileApiFileUtil* GetFileUtil(FileSystemType type) const;
|
|
|
| SandboxMountPointProvider* sandbox_provider() const {
|
| return sandbox_provider_.get();
|
|
|