| Index: webkit/fileapi/sandboxed_file_system_operation.cc
|
| diff --git a/webkit/fileapi/sandboxed_file_system_operation.cc b/webkit/fileapi/sandboxed_file_system_operation.cc
|
| index ef7c7520dbcc9b85555294b9d35e1b6870f2e2b2..d8665125e0cd3cfbc32b38de4041222891c71814 100644
|
| --- a/webkit/fileapi/sandboxed_file_system_operation.cc
|
| +++ b/webkit/fileapi/sandboxed_file_system_operation.cc
|
| @@ -15,7 +15,7 @@ namespace fileapi {
|
| SandboxedFileSystemOperation::SandboxedFileSystemOperation(
|
| FileSystemCallbackDispatcher* dispatcher,
|
| scoped_refptr<base::MessageLoopProxy> proxy,
|
| - SandboxedFileSystemContext* file_system_context)
|
| + scoped_refptr<SandboxedFileSystemContext> file_system_context)
|
| : FileSystemOperation(dispatcher, proxy),
|
| file_system_context_(file_system_context),
|
| callback_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
|
|