summaryrefslogtreecommitdiffstats
path: root/device/usb/mock_usb_device_handle.cc
Commit message (Collapse)AuthorAgeFilesLines
* Extract //device/usb mocks so that they can be shared.reillyg2015-05-141-0/+21
A number of browser and unit tests use mocks of the UsbService, UsbDevice and UsbDeviceHandle classes. This change de-duplicates them. Review URL: https://codereview.chromium.org/1144493003 Cr-Commit-Position: refs/heads/master@{#329856}