| Index: webkit/fileapi/sandbox_mount_point_provider.h
|
| diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
|
| index 2602280ee18fccf64e3eac2c08cc187b770fa4b6..07b6635ff8f7738d52d21bdd6c10c2f1b870e193 100644
|
| --- a/webkit/fileapi/sandbox_mount_point_provider.h
|
| +++ b/webkit/fileapi/sandbox_mount_point_provider.h
|
| @@ -25,7 +25,7 @@ class QuotaManagerProxy;
|
|
|
| namespace fileapi {
|
|
|
| -class ObfuscatedFileSystemFileUtil;
|
| +class ObfuscatedFileUtil;
|
|
|
| // An interface to construct or crack sandboxed filesystem paths.
|
| // Currently each sandboxed filesystem path looks like (soon will be changed):
|
| @@ -108,7 +108,7 @@ class SandboxMountPointProvider
|
| FileSystemType type,
|
| bool create) const;
|
|
|
| - virtual FileSystemFileUtil* GetFileSystemFileUtil();
|
| + virtual FileSystemFileUtil* GetFileUtil();
|
|
|
| // Deletes the data on the origin and reports the amount of deleted data
|
| // to the quota manager via |proxy|.
|
| @@ -169,7 +169,7 @@ class SandboxMountPointProvider
|
|
|
| const FilePath profile_path_;
|
|
|
| - scoped_refptr<ObfuscatedFileSystemFileUtil> sandbox_file_util_;
|
| + scoped_refptr<ObfuscatedFileUtil> sandbox_file_util_;
|
|
|
| // Acccessed only on the file thread.
|
| std::set<GURL> visited_origins_;
|
|
|