| Index: device/usb/usb_service_impl.h
|
| diff --git a/device/usb/usb_service_impl.h b/device/usb/usb_service_impl.h
|
| index c644842aeba6f7a9dafa2e53da76a04fd38139ba..0014dd31ff0b2fdf5b1a4db30a00b05dfb2261f9 100644
|
| --- a/device/usb/usb_service_impl.h
|
| +++ b/device/usb/usb_service_impl.h
|
| @@ -25,10 +25,6 @@
|
| struct libusb_device;
|
| struct libusb_context;
|
|
|
| -namespace base {
|
| -class SequencedTaskRunner;
|
| -}
|
| -
|
| namespace device {
|
|
|
| typedef struct libusb_device* PlatformUsbDevice;
|
| @@ -42,8 +38,7 @@ class UsbServiceImpl :
|
| #endif // OS_WIN
|
| public UsbService {
|
| public:
|
| - explicit UsbServiceImpl(
|
| - scoped_refptr<base::SequencedTaskRunner> blocking_task_runner);
|
| + UsbServiceImpl();
|
| ~UsbServiceImpl() override;
|
|
|
| private:
|
|
|