Commit 971e4b71 authored by Raul Tambre's avatar Raul Tambre Committed by Commit Bot

//storage/browser/blob: Fix a few 64-bit truncation issues

Bug: 879657
Change-Id: Ie4c19c8b9e004bd8303a5b61551a422885025370
Reviewed-on: https://chromium-review.googlesource.com/c/1481338
Commit-Queue: Raul Tambre <raul@tambre.ee>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Reviewed-by: default avatarMarijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634342}
parent b4f54b5a
......@@ -225,7 +225,7 @@ void ViewBlobInternalsJob::GenerateHTMLForBlobData(
const BlobEntry& blob_data,
const std::string& content_type,
const std::string& content_disposition,
int refcount,
size_t refcount,
std::string* out) {
StartHTMLList(out);
......
......@@ -49,7 +49,7 @@ class COMPONENT_EXPORT(STORAGE_BROWSER) ViewBlobInternalsJob
static void GenerateHTMLForBlobData(const BlobEntry& blob_data,
const std::string& content_type,
const std::string& content_disposition,
int refcount,
size_t refcount,
std::string* out);
BlobStorageContext* blob_storage_context_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment