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

Unified Diff: chrome/browser/after_startup_task_utils_unittest.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: chrome/browser/after_startup_task_utils_unittest.cc
diff --git a/chrome/browser/after_startup_task_utils_unittest.cc b/chrome/browser/after_startup_task_utils_unittest.cc
index 239ff213b39dba236f3b581d08a895741c54a57b..5dd16a72d985812add02795a47783916c517573c 100644
--- a/chrome/browser/after_startup_task_utils_unittest.cc
+++ b/chrome/browser/after_startup_task_utils_unittest.cc
@@ -73,9 +73,9 @@ class AfterStartupTaskTest : public testing::Test {
AfterStartupTaskTest()
: browser_thread_bundle_(TestBrowserThreadBundle::REAL_DB_THREAD) {
ui_thread_ = new WrappedTaskRunner(
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI));
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::UI));
db_thread_ = new WrappedTaskRunner(
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB));
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::DB));
AfterStartupTaskUtils::UnsafeResetForTesting();
}
« no previous file with comments | « blimp/engine/session/blimp_engine_session.cc ('k') | chrome/browser/android/data_usage/data_use_ui_tab_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698