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

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

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.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);

Powered by Google App Engine
This is Rietveld 408576698