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

Unified Diff: content/browser/fileapi/file_system_operation_runner_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: content/browser/fileapi/file_system_operation_runner_unittest.cc
diff --git a/content/browser/fileapi/file_system_operation_runner_unittest.cc b/content/browser/fileapi/file_system_operation_runner_unittest.cc
index 70436e6234b99302384fc970c80e7c9694de99d5..29a890530d670d2f19a283f0978ce4eecc1ec17c 100644
--- a/content/browser/fileapi/file_system_operation_runner_unittest.cc
+++ b/content/browser/fileapi/file_system_operation_runner_unittest.cc
@@ -194,7 +194,7 @@ class MultiThreadFileSystemOperationRunnerTest : public testing::Test {
ScopedVector<storage::FileSystemBackend> additional_providers;
file_system_context_ = new FileSystemContext(
base::ThreadTaskRunnerHandle::Get().get(),
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE).get(),
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE).get(),
storage::ExternalMountPoints::CreateRefCounted().get(),
make_scoped_refptr(new MockSpecialStoragePolicy()).get(), nullptr,
std::move(additional_providers),
« no previous file with comments | « content/browser/fileapi/file_system_browsertest.cc ('k') | content/browser/gpu/browser_gpu_channel_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698