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

Unified Diff: components/drive/file_system/get_file_for_saving_operation_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
« no previous file with comments | « components/drive/drive_uploader.cc ('k') | components/drive/file_system_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/file_system/get_file_for_saving_operation_unittest.cc
diff --git a/components/drive/file_system/get_file_for_saving_operation_unittest.cc b/components/drive/file_system/get_file_for_saving_operation_unittest.cc
index a7664f586b71644a2fe22847191fa650334072ea..8675e3bc91825b8f67390989179e089880513817 100644
--- a/components/drive/file_system/get_file_for_saving_operation_unittest.cc
+++ b/components/drive/file_system/get_file_for_saving_operation_unittest.cc
@@ -64,7 +64,7 @@ class GetFileForSavingOperationTest : public OperationTestBase {
void SetUp() override {
OperationTestBase::SetUp();
- file_task_runner_ = content::BrowserThread::GetMessageLoopProxyForThread(
+ file_task_runner_ = content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::FILE);
operation_.reset(new GetFileForSavingOperation(
« no previous file with comments | « components/drive/drive_uploader.cc ('k') | components/drive/file_system_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698