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

Unified Diff: components/drive/file_system_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: components/drive/file_system_unittest.cc
diff --git a/components/drive/file_system_unittest.cc b/components/drive/file_system_unittest.cc
index 2fe9512b81dfb08ed5740548b5a4fa3d7b5c23d1..88adfe9441fb5deb34e8e154e3223c4ddfc0e128 100644
--- a/components/drive/file_system_unittest.cc
+++ b/components/drive/file_system_unittest.cc
@@ -148,7 +148,7 @@ class FileSystemTest : public testing::Test {
const base::FilePath temp_file_dir = temp_dir_.path().AppendASCII("tmp");
ASSERT_TRUE(base::CreateDirectory(temp_file_dir));
- file_task_runner_ = content::BrowserThread::GetMessageLoopProxyForThread(
+ file_task_runner_ = content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::FILE);
file_system_.reset(new FileSystem(
pref_service_.get(), logger_.get(), cache_.get(), scheduler_.get(),

Powered by Google App Engine
This is Rietveld 408576698