Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: content/browser/indexed_db/indexed_db_backing_store_unittest.cc

Issue 448953003: Fix IndexedDB tests to use a TestBrowserThreadBundle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698