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

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

Issue 136683004: Removes MessageLoop::TYPE_XXX where possible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve merge Created 6 years, 11 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
Index: content/browser/indexed_db/indexed_db_unittest.cc
diff --git a/content/browser/indexed_db/indexed_db_unittest.cc b/content/browser/indexed_db/indexed_db_unittest.cc
index a028bba27b61d047cfbeea07a5f4a0d860ec2529..c3704b83e4bb943b8da588c08791f7212e41a810 100644
--- a/content/browser/indexed_db/indexed_db_unittest.cc
+++ b/content/browser/indexed_db/indexed_db_unittest.cc
@@ -30,7 +30,6 @@ class IndexedDBTest : public testing::Test {
IndexedDBTest()
: kNormalOrigin("http://normal/"),
kSessionOnlyOrigin("http://session-only/"),
- message_loop_(base::MessageLoop::TYPE_IO),
task_runner_(new base::TestSimpleTaskRunner),
special_storage_policy_(new quota::MockSpecialStoragePolicy),
file_thread_(BrowserThread::FILE_USER_BLOCKING, &message_loop_),
@@ -41,7 +40,7 @@ class IndexedDBTest : public testing::Test {
protected:
void FlushIndexedDBTaskRunner() { task_runner_->RunUntilIdle(); }
- base::MessageLoop message_loop_;
+ base::MessageLoopForIO message_loop_;
scoped_refptr<base::TestSimpleTaskRunner> task_runner_;
scoped_refptr<quota::MockSpecialStoragePolicy> special_storage_policy_;
« no previous file with comments | « content/browser/appcache/chrome_appcache_service_unittest.cc ('k') | content/browser/loader/resource_scheduler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698