| Index: storage/browser/fileapi/file_system_operation_runner.h
|
| diff --git a/storage/browser/fileapi/file_system_operation_runner.h b/storage/browser/fileapi/file_system_operation_runner.h
|
| index deca413c5ec10c6bcc48ba5bb5c996aa51b27d0d..856c59fae050b197e2b6ac4dc3acaeb27eba0d4c 100644
|
| --- a/storage/browser/fileapi/file_system_operation_runner.h
|
| +++ b/storage/browser/fileapi/file_system_operation_runner.h
|
| @@ -111,7 +111,7 @@ class STORAGE_EXPORT FileSystemOperationRunner
|
| // |url_request_context| is used to read contents in |blob|.
|
| OperationID Write(const net::URLRequestContext* url_request_context,
|
| const FileSystemURL& url,
|
| - scoped_ptr<storage::BlobDataHandle> blob,
|
| + scoped_ptr<storage::BlobDataSnapshotHandle> blob,
|
| int64 offset,
|
| const WriteCallback& callback);
|
|
|
|
|