| Index: components/usb_service/usb_device.h
|
| diff --git a/components/usb_service/usb_device.h b/components/usb_service/usb_device.h
|
| index 076af18b1c0652e9fa087e383f89ce60c85f49af..48ca51678304ac60194841dd069b76b5b464571a 100644
|
| --- a/components/usb_service/usb_device.h
|
| +++ b/components/usb_service/usb_device.h
|
| @@ -31,7 +31,7 @@ class USB_SERVICE_EXPORT UsbDevice
|
| // permission broker can change the owner of the device so that the unclaimed
|
| // interfaces can be used. If this argument is missing, permission broker will
|
| // not be used and this method fails if the device is claimed.
|
| - virtual void RequestUsbAcess(
|
| + virtual void RequestUsbAccess(
|
| int interface_id,
|
| const base::Callback<void(bool success)>& callback) = 0;
|
| #endif // OS_CHROMEOS
|
|
|