| Index: webkit/fileapi/sandbox_mount_point_provider.cc
|
| diff --git a/webkit/fileapi/sandbox_mount_point_provider.cc b/webkit/fileapi/sandbox_mount_point_provider.cc
|
| index 1b2dc96ed4efe038765230289427eb2ca4621328..e79624eaa791cc7accb97f7327dcb27736a2583f 100644
|
| --- a/webkit/fileapi/sandbox_mount_point_provider.cc
|
| +++ b/webkit/fileapi/sandbox_mount_point_provider.cc
|
| @@ -16,7 +16,6 @@
|
| #include "base/metrics/histogram.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/net_util.h"
|
| -#include "webkit/fileapi/file_system_callback_dispatcher.h"
|
| #include "webkit/fileapi/file_system_operation.h"
|
| #include "webkit/fileapi/file_system_operation_context.h"
|
| #include "webkit/fileapi/file_system_options.h"
|
| @@ -416,10 +415,9 @@ SandboxMountPointProvider::CreateFileSystemOperation(
|
| const GURL& origin_url,
|
| FileSystemType file_system_type,
|
| const FilePath& virtual_path,
|
| - scoped_ptr<FileSystemCallbackDispatcher> dispatcher,
|
| base::MessageLoopProxy* file_proxy,
|
| FileSystemContext* context) const {
|
| - return new FileSystemOperation(dispatcher.Pass(), file_proxy, context);
|
| + return new FileSystemOperation(file_proxy, context);
|
| }
|
|
|
| FilePath SandboxMountPointProvider::old_base_path() const {
|
|
|