| 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 1ea61829145adab6fb5758ff93c803e99938f0a7..cbd56b7f7b08f991f513ee16d0569f382315667d 100644
|
| --- a/webkit/fileapi/file_system_mount_point_provider.h
|
| +++ b/webkit/fileapi/file_system_mount_point_provider.h
|
| @@ -23,7 +23,6 @@ class MessageLoopProxy;
|
|
|
| namespace fileapi {
|
|
|
| -class FileSystemCallbackDispatcher;
|
| class FileSystemContext;
|
| class FileSystemFileUtil;
|
| class FileSystemOperationInterface;
|
| @@ -84,7 +83,6 @@ class FileSystemMountPointProvider {
|
| const GURL& origin_url,
|
| FileSystemType file_system_type,
|
| const FilePath& virtual_path,
|
| - scoped_ptr<FileSystemCallbackDispatcher> dispatcher,
|
| base::MessageLoopProxy* file_proxy,
|
| FileSystemContext* context) const = 0;
|
| };
|
|
|