| Index: content/browser/indexed_db/indexed_db_database_unittest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_database_unittest.cc b/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| index de1db36babc1a1b3e09c582a75d937b6c352ab48..055fd35ac36b3bef41b5f15ea0cc1e9e048c8518 100644
|
| --- a/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| @@ -335,7 +335,7 @@ class IndexedDBDatabaseOperationTest : public testing::Test {
|
| // Add a dummy task which takes the place of the VersionChangeOperation
|
| // which kicks off the upgrade. This ensures that the transaction has
|
| // processed at least one task before the CreateObjectStore call.
|
| - transaction_->ScheduleTask(base::Bind(&DummyOperation));
|
| + transaction_->ScheduleTask(base::BindOnce(&DummyOperation));
|
| }
|
|
|
| void RunPostedTasks() { base::RunLoop().RunUntilIdle(); }
|
|
|