| 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 5d8550308cf03bd999ffe2fc5cd3fdecd1bcb8f9..953b7207c12da48b094ab108cf0c6e90511116bd 100644
|
| --- a/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| @@ -377,6 +377,10 @@ class IndexedDBDatabaseOperationTest : public testing::Test {
|
|
|
| void RunPostedTasks() { base::RunLoop().RunUntilIdle(); }
|
|
|
| +private:
|
| + // Needs to outlive |db_|.
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
| +
|
| protected:
|
| scoped_refptr<IndexedDBFakeBackingStore> backing_store_;
|
| scoped_refptr<IndexedDBDatabase> db_;
|
| @@ -389,7 +393,6 @@ class IndexedDBDatabaseOperationTest : public testing::Test {
|
|
|
| private:
|
| scoped_refptr<MockIndexedDBFactory> factory_;
|
| - content::TestBrowserThreadBundle thread_bundle_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(IndexedDBDatabaseOperationTest);
|
| };
|
|
|