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

Unified Diff: extensions/browser/api/serial/serial_apitest.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 | « extensions/browser/api/power/power_api.cc ('k') | extensions/browser/api/serial/serial_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/serial/serial_apitest.cc
diff --git a/extensions/browser/api/serial/serial_apitest.cc b/extensions/browser/api/serial/serial_apitest.cc
index d0e9b58830cf25f172e54f5083fb7d2b67849250..59f0412af1acb41ffdeb4dc079dc7979192e7b8f 100644
--- a/extensions/browser/api/serial/serial_apitest.cc
+++ b/extensions/browser/api/serial/serial_apitest.cc
@@ -136,7 +136,7 @@ void CreateTestSerialServiceOnFileThread(
mojo::InterfaceRequest<device::serial::SerialService> request) {
auto io_handler_factory = base::Bind(&FakeEchoSerialIoHandler::Create);
auto* connection_factory = new device::SerialConnectionFactory(
- io_handler_factory, content::BrowserThread::GetMessageLoopProxyForThread(
+ io_handler_factory, content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::IO));
std::unique_ptr<device::SerialDeviceEnumerator> device_enumerator(
new FakeSerialDeviceEnumerator);
« no previous file with comments | « extensions/browser/api/power/power_api.cc ('k') | extensions/browser/api/serial/serial_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698