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

Unified Diff: chrome/browser/safe_browsing/download_feedback_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/safe_browsing/download_feedback_unittest.cc
diff --git a/chrome/browser/safe_browsing/download_feedback_unittest.cc b/chrome/browser/safe_browsing/download_feedback_unittest.cc
index f4fe38ad0ffbea2aa45e36b2965cdcb0a3f650cf..2ce8b49ac270630ddf32622e7a6dc5a7f62d205c 100644
--- a/chrome/browser/safe_browsing/download_feedback_unittest.cc
+++ b/chrome/browser/safe_browsing/download_feedback_unittest.cc
@@ -100,9 +100,9 @@ TwoPhaseUploader* FakeUploaderFactory::CreateTwoPhaseUploader(
class DownloadFeedbackTest : public testing::Test {
public:
DownloadFeedbackTest()
- : file_task_runner_(content::BrowserThread::GetMessageLoopProxyForThread(
+ : file_task_runner_(content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::FILE)),
- io_task_runner_(content::BrowserThread::GetMessageLoopProxyForThread(
+ io_task_runner_(content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::IO)),
url_request_context_getter_(
new net::TestURLRequestContextGetter(io_task_runner_)),

Powered by Google App Engine
This is Rietveld 408576698