| Index: chrome/browser/devtools/device/usb/android_usb_browsertest.cc
|
| diff --git a/chrome/browser/devtools/device/usb/android_usb_browsertest.cc b/chrome/browser/devtools/device/usb/android_usb_browsertest.cc
|
| index 6baed7e841a50929a284fb6cf926dba20353ccee..be1f167abeecdd9d13f4ee900bbf40ad185a47ce 100644
|
| --- a/chrome/browser/devtools/device/usb/android_usb_browsertest.cc
|
| +++ b/chrome/browser/devtools/device/usb/android_usb_browsertest.cc
|
| @@ -464,7 +464,7 @@ class MockUsbDevice : public 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) OVERRIDE {
|
| callback.Run(true);
|
|
|