Index: content/browser/indexed_db/indexed_db_database.h |
diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h |
index 538a49bede0ee173295e3d17592b1b83016645d0..3c3d69bde75f6498ccf2652e3e2375e57be79abc 100644 |
--- a/content/browser/indexed_db/indexed_db_database.h |
+++ b/content/browser/indexed_db/indexed_db_database.h |
@@ -162,7 +162,7 @@ class CONTENT_EXPORT IndexedDBDatabase |
void Put(int64_t transaction_id, |
int64_t object_store_id, |
IndexedDBValue* value, |
- ScopedVector<storage::BlobDataHandle>* handles, |
+ std::vector<std::unique_ptr<storage::BlobDataHandle>>* handles, |
std::unique_ptr<IndexedDBKey> key, |
blink::WebIDBPutMode mode, |
scoped_refptr<IndexedDBCallbacks> callbacks, |