| Index: content/browser/indexed_db/indexed_db_transaction_unittest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_transaction_unittest.cc b/content/browser/indexed_db/indexed_db_transaction_unittest.cc
|
| index 170ccd23a3b2abde4d3376f139615a0107827ec8..632b1ee6427baa78c75bf17a88195b003afaeb62 100644
|
| --- a/content/browser/indexed_db/indexed_db_transaction_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_transaction_unittest.cc
|
| @@ -54,7 +54,7 @@ class IndexedDBTransactionTest : public testing::Test {
|
| ASSERT_TRUE(s.ok());
|
| }
|
|
|
| - void RunPostedTasks() { message_loop_.RunUntilIdle(); }
|
| + void RunPostedTasks() { base::RunLoop().RunUntilIdle(); }
|
| void DummyOperation(IndexedDBTransaction* transaction) {}
|
| void AbortableOperation(AbortObserver* observer,
|
| IndexedDBTransaction* transaction) {
|
|
|