| 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_;
 | 
| 
 |