| Index: webkit/fileapi/file_system_mount_point_provider.h
|
| diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h
|
| index ffbe60d09244b84416c2d418ecfc5f9184b4760e..36b3384c040ce50b8981714cd008c1dffc10df8e 100644
|
| --- a/webkit/fileapi/file_system_mount_point_provider.h
|
| +++ b/webkit/fileapi/file_system_mount_point_provider.h
|
| @@ -24,7 +24,7 @@ class FileSystemURL;
|
| class FileStreamWriter;
|
| class FileSystemContext;
|
| class FileSystemFileUtil;
|
| -class FileSystemOperationInterface;
|
| +class FileSystemOperation;
|
| class FileSystemQuotaUtil;
|
| class RemoteFileSystemProxyInterface;
|
|
|
| @@ -82,7 +82,7 @@ class FILEAPI_EXPORT FileSystemMountPointProvider {
|
| // and |virtual_path|.
|
| // This method is usually dispatched by
|
| // FileSystemContext::CreateFileSystemOperation.
|
| - virtual FileSystemOperationInterface* CreateFileSystemOperation(
|
| + virtual FileSystemOperation* CreateFileSystemOperation(
|
| const FileSystemURL& url,
|
| FileSystemContext* context) const = 0;
|
|
|
|
|