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

Unified Diff: device/usb/usb_device_handle_unittest.cc

Issue 2885143002: Use the task scheduler in the new Windows USB backend (Closed)
Patch Set: Created 3 years, 7 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: device/usb/usb_device_handle_unittest.cc
diff --git a/device/usb/usb_device_handle_unittest.cc b/device/usb/usb_device_handle_unittest.cc
index 6f1b93ee86264e36681c4278e3b18f64040f9f7a..6d55acd1b67636a97448ecdf14f486fbb50f05cf 100644
--- a/device/usb/usb_device_handle_unittest.cc
+++ b/device/usb/usb_device_handle_unittest.cc
@@ -29,8 +29,7 @@ class UsbDeviceHandleTest : public ::testing::Test {
UsbDeviceHandleTest()
: io_thread_(base::TestIOThread::kAutoStart),
scoped_task_environment_(
- base::test::ScopedTaskEnvironment::MainThreadType::UI),
- device_client_(io_thread_.task_runner()) {}
+ base::test::ScopedTaskEnvironment::MainThreadType::UI) {}
protected:
base::TestIOThread io_thread_;

Powered by Google App Engine
This is Rietveld 408576698