| Index: device/usb/usb_device_impl.h
|
| diff --git a/device/usb/usb_device_impl.h b/device/usb/usb_device_impl.h
|
| index f0d22b251071cd940ee541b97859cc47228ba1ee..5f5228bf0a0ea6f0c8e5215e8748143e97d8af61 100644
|
| --- a/device/usb/usb_device_impl.h
|
| +++ b/device/usb/usb_device_impl.h
|
| @@ -63,7 +63,7 @@ class UsbDeviceImpl : public UsbDevice {
|
| base::ThreadChecker thread_checker_;
|
| PlatformUsbDevice platform_device_;
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_UDEV)
|
| // On Linux these properties are read from sysfs when the device is enumerated
|
| // to avoid hitting the permission broker on Chrome OS for a real string
|
| // descriptor request.
|
|
|