Chromium Code Reviews| Index: webkit/fileapi/file_system_context.h |
| diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h |
| index c310b1aa90d2081c68c1e12ec1d885eb4b1b5f67..54984e5126f1b9105c9181a957a5cfa390da0cb2 100644 |
| --- a/webkit/fileapi/file_system_context.h |
| +++ b/webkit/fileapi/file_system_context.h |
| @@ -32,7 +32,7 @@ namespace fileapi { |
| class ExternalFileSystemMountPointProvider; |
| class FileSystemFileUtil; |
| class FileSystemMountPointProvider; |
| -class FileSystemOperationInterface; |
| +class FileSystemOperation; |
| class FileSystemOptions; |
| class FileSystemQuotaUtil; |
| class FileSystemTaskRunners; |
| @@ -125,7 +125,7 @@ class FILEAPI_EXPORT FileSystemContext |
| // and calling the provider's corresponding CreateFileSystemOperation method. |
| // The resolved MountPointProvider could perform further specialization |
| // depending on the filesystem type pointed by the |url|. |
| - FileSystemOperationInterface* CreateFileSystemOperation( |
| + FileSystemOperation* CreateFileSystemOperation( |
| const FileSystemURL& url); |
|
tzik
2012/08/23 14:29:34
ditto
kinuko
2012/08/24 06:20:54
Done.
|
| // Creates new FileStreamReader instance to read a file pointed by the given |