| Index: device/usb/usb_service_impl.h
|
| diff --git a/device/usb/usb_service_impl.h b/device/usb/usb_service_impl.h
|
| index 0424419a0a68cbd6943ed4cccbb3710ebf7fc478..3362e7796770e798796b4ac0e0b7ba7d84e57474 100644
|
| --- a/device/usb/usb_service_impl.h
|
| +++ b/device/usb/usb_service_impl.h
|
| @@ -39,10 +39,9 @@ class UsbServiceImpl :
|
| public:
|
| explicit UsbServiceImpl(
|
| scoped_refptr<base::SequencedTaskRunner> blocking_task_runner);
|
| -
|
| - private:
|
| ~UsbServiceImpl() override;
|
|
|
| + private:
|
| // device::UsbService implementation
|
| scoped_refptr<UsbDevice> GetDevice(const std::string& guid) override;
|
| void GetDevices(const GetDevicesCallback& callback) override;
|
|
|