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

Unified Diff: storage/common/blob_storage/blob_item_bytes_response.cc

Issue 1234813004: [BlobAsync] Asynchronous Blob Construction Final Patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-protocol-change
Patch Set: added shared memory test, and fixed memory leak Created 4 years, 10 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/common/blob_storage/blob_item_bytes_response.cc
diff --git a/storage/common/blob_storage/blob_item_bytes_response.cc b/storage/common/blob_storage/blob_item_bytes_response.cc
index 40c0781954a77d665c6092dce3d9d19dad055be4..e0548d6289970ac56e36133ff19407d1238c17a7 100644
--- a/storage/common/blob_storage/blob_item_bytes_response.cc
+++ b/storage/common/blob_storage/blob_item_bytes_response.cc
@@ -16,7 +16,7 @@ namespace storage {
BlobItemBytesResponse::BlobItemBytesResponse()
: request_number(kInvalidIndex) {}
-BlobItemBytesResponse::BlobItemBytesResponse(size_t request_number)
+BlobItemBytesResponse::BlobItemBytesResponse(uint32_t request_number)
: request_number(request_number) {}
BlobItemBytesResponse::~BlobItemBytesResponse() {}

Powered by Google App Engine
This is Rietveld 408576698