| Index: device/usb/usb_device.h
|
| diff --git a/device/usb/usb_device.h b/device/usb/usb_device.h
|
| index b1406d9b23be76c37264c6dc8b800480fabe6f6b..599c2308a341f9fdfd7c3a59a43514318739b8d4 100644
|
| --- a/device/usb/usb_device.h
|
| +++ b/device/usb/usb_device.h
|
| @@ -75,7 +75,7 @@ class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> {
|
|
|
| // Gets the UsbConfigDescriptor for the active device configuration or nullptr
|
| // if the device is unconfigured.
|
| - virtual const UsbConfigDescriptor* GetActiveConfiguration() = 0;
|
| + virtual const UsbConfigDescriptor* GetActiveConfiguration() const = 0;
|
|
|
| void AddObserver(Observer* observer);
|
| void RemoveObserver(Observer* observer);
|
|
|