| Index: chrome/browser/usb/usb_chooser_controller.cc
|
| diff --git a/chrome/browser/usb/usb_chooser_controller.cc b/chrome/browser/usb/usb_chooser_controller.cc
|
| index b5ed31397ce7a011b52f849258034e19c79018f2..29a8b9a4ff93b4f8860e18784a3c0724196b7701 100644
|
| --- a/chrome/browser/usb/usb_chooser_controller.cc
|
| +++ b/chrome/browser/usb/usb_chooser_controller.cc
|
| @@ -95,7 +95,7 @@ void UsbChooserController::Select(size_t index) {
|
| device::usb::DeviceInfoPtr device_info_ptr =
|
| device::usb::DeviceInfo::From(*devices_[index].first);
|
| callback_.Run(std::move(device_info_ptr));
|
| - callback_.reset(); // Reset |callback_| so that it is only run once.
|
| + callback_.Reset(); // Reset |callback_| so that it is only run once.
|
|
|
| RecordWebUsbChooserClosure(
|
| devices_[index].first->serial_number().empty()
|
|
|