Index: storage/browser/fileapi/file_system_operation_runner.cc |
diff --git a/storage/browser/fileapi/file_system_operation_runner.cc b/storage/browser/fileapi/file_system_operation_runner.cc |
index 9c1e4a6c08390cc055820cd298288e9b5579742e..275cf30476b676a1f90fe87be246ab8655f48a62 100644 |
--- a/storage/browser/fileapi/file_system_operation_runner.cc |
+++ b/storage/browser/fileapi/file_system_operation_runner.cc |
@@ -238,7 +238,7 @@ OperationID FileSystemOperationRunner::Remove( |
OperationID FileSystemOperationRunner::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) { |
base::File::Error error = base::File::FILE_OK; |