| Index: webkit/fileapi/file_system_mount_point_provider.h
|
| ===================================================================
|
| --- webkit/fileapi/file_system_mount_point_provider.h (revision 121622)
|
| +++ webkit/fileapi/file_system_mount_point_provider.h (working copy)
|
| @@ -23,6 +23,7 @@
|
|
|
| namespace fileapi {
|
|
|
| +class FileSystemCallbackDispatcher;
|
| class FileSystemContext;
|
| class FileSystemFileUtil;
|
| class FileSystemOperationInterface;
|
| @@ -83,6 +84,7 @@
|
| const GURL& origin_url,
|
| FileSystemType file_system_type,
|
| const FilePath& virtual_path,
|
| + scoped_ptr<FileSystemCallbackDispatcher> dispatcher,
|
| base::MessageLoopProxy* file_proxy,
|
| FileSystemContext* context) const = 0;
|
| };
|
|
|