| 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 63a7fa41d7485757e8b8d35b530b0fe364bd3d09..6885faa3fdfc1256acd79fa05f3a9c726842dbe8 100644
|
| --- a/content/browser/indexed_db/indexed_db_backing_store_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_backing_store_unittest.cc
|
| @@ -23,7 +23,8 @@ class IndexedDBBackingStoreTest : public testing::Test {
|
| IndexedDBBackingStoreTest() {}
|
| virtual void SetUp() {
|
| const GURL origin("http://localhost:81");
|
| - backing_store_ = IndexedDBBackingStore::OpenInMemory(origin);
|
| + backing_store_ =
|
| + IndexedDBBackingStore::OpenInMemory(origin, NULL /* task_runner */);
|
|
|
| // useful keys and values during tests
|
| m_value1 = IndexedDBValue("value1", std::vector<IndexedDBBlobInfo>());
|
|
|