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

Unified Diff: storage/browser/blob/internal_blob_data.cc

Issue 2339933004: [BlobStorage] BlobMemoryController & tests (Closed)
Patch Set: rebase Created 4 years, 3 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/blob/internal_blob_data.cc
diff --git a/storage/browser/blob/internal_blob_data.cc b/storage/browser/blob/internal_blob_data.cc
index 115c6a65e1f45265dff05d18054bf404455ecbfa..6ef876300f9d590f6b77cac41cc38bbae72ecfd8 100644
--- a/storage/browser/blob/internal_blob_data.cc
+++ b/storage/browser/blob/internal_blob_data.cc
@@ -58,7 +58,7 @@ InternalBlobData::items() const {
void InternalBlobData::RemoveBlobFromShareableItems(
const std::string& blob_uuid) {
for (auto& data_item : items_) {
- data_item->referencing_blobs().erase(blob_uuid);
+ data_item->referencing_blobs_.erase(blob_uuid);
}
}

Powered by Google App Engine
This is Rietveld 408576698