Index: content/browser/indexed_db/indexed_db_backing_store_unittest.cc |
diff --git a/content/browser/indexed_db/indexed_db_backing_store_unittest.cc b/content/browser/indexed_db/indexed_db_backing_store_unittest.cc |
index f6126705cc1c4272420f9f008e1d46514e082843..2c0aaec04b51ff0aabfd2465af3fd073056d9990 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store_unittest.cc |
+++ b/content/browser/indexed_db/indexed_db_backing_store_unittest.cc |
@@ -143,10 +143,8 @@ class TestableIndexedDBBackingStore : public IndexedDBBackingStore { |
writes_.push_back(descriptor); |
task_runner()->PostTask( |
FROM_HERE, |
- base::Bind(&Transaction::ChainedBlobWriter::ReportWriteCompletion, |
- chained_blob_writer, |
- true, |
- 1)); |
+ base::BindOnce(&Transaction::ChainedBlobWriter::ReportWriteCompletion, |
+ chained_blob_writer, true, 1)); |
return true; |
} |