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

Unified Diff: content/public/test/mock_blob_url_request_context.cc

Issue 895933007: [Storage] Blob items are now shared between blobs. Ready for disk swap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and added one more histogram Created 5 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
« no previous file with comments | « content/child/webblobregistry_impl.cc ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_blob_url_request_context.cc
diff --git a/content/public/test/mock_blob_url_request_context.cc b/content/public/test/mock_blob_url_request_context.cc
index 6f558700d40093debd4d0daf484adbd5a4c005ad..f0cd546199109723b03927cdf2995552d00c0208 100644
--- a/content/public/test/mock_blob_url_request_context.cc
+++ b/content/public/test/mock_blob_url_request_context.cc
@@ -37,7 +37,7 @@ ScopedTextBlob::ScopedTextBlob(
storage::BlobDataBuilder blob_builder(blob_id_);
if (!data.empty())
blob_builder.AppendData(data);
- handle_ = context_->AddFinishedBlob(blob_builder);
+ handle_ = context_->AddFinishedBlob(&blob_builder);
}
ScopedTextBlob::~ScopedTextBlob() {
« no previous file with comments | « content/child/webblobregistry_impl.cc ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698