| Index: device/usb/mojo/device_manager_impl.h
|
| diff --git a/device/usb/mojo/device_manager_impl.h b/device/usb/mojo/device_manager_impl.h
|
| index 418aa2d1b6160b63946899f183fa73b6f921d4cd..924840d873318702bf49efc3344add2f3f95de24 100644
|
| --- a/device/usb/mojo/device_manager_impl.h
|
| +++ b/device/usb/mojo/device_manager_impl.h
|
| @@ -19,15 +19,9 @@
|
| #include "mojo/public/cpp/bindings/array.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
|
|
| -namespace base {
|
| -class SequencedTaskRunner;
|
| -}
|
| -
|
| namespace device {
|
|
|
| class UsbDevice;
|
| -class UsbDeviceFilter;
|
| -class UsbDeviceHandle;
|
|
|
| namespace usb {
|
|
|
|
|