Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1524)

Unified Diff: storage/browser/fileapi/file_system_operation_runner.cc

Issue 810403004: [Storage] Blob Storage Refactoring pt 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: memory leak fixed Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698