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 1fea813e6591b844574c082c1e5bf024b404ef88..f06952444e9a4c85553cf40de696909292c1b611 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store_unittest.cc |
+++ b/content/browser/indexed_db/indexed_db_backing_store_unittest.cc |
@@ -329,6 +329,8 @@ class IndexedDBBackingStoreTest : public testing::Test { |
} |
protected: |
+ content::TestBrowserThreadBundle thread_bundle_; |
cmumford
2014/08/07 15:15:27
Is it worth a comment that this must precede url_r
|
+ |
base::ScopedTempDir temp_dir_; |
scoped_refptr<base::TestSimpleTaskRunner> task_runner_; |
scoped_refptr<MockSpecialStoragePolicy> special_storage_policy_; |
@@ -348,8 +350,6 @@ class IndexedDBBackingStoreTest : public testing::Test { |
std::vector<IndexedDBBlobInfo> m_blob_info; |
private: |
- content::TestBrowserThreadBundle thread_bundle_; |
- |
DISALLOW_COPY_AND_ASSIGN(IndexedDBBackingStoreTest); |
}; |