| Index: device/usb/usb_ids.h
|
| diff --git a/device/usb/usb_ids.h b/device/usb/usb_ids.h
|
| index 2f6b95026d70e4241b6f889d05474b33f5d1d687..9b9461e3161b2a947bf9087b1c82212958e0416f 100644
|
| --- a/device/usb/usb_ids.h
|
| +++ b/device/usb/usb_ids.h
|
| @@ -45,7 +45,7 @@ class UsbIds {
|
| // such vendor exists.
|
| static const UsbVendor* FindVendor(uint16_t vendor_id);
|
|
|
| - // These fields are defined in a generated file. See device/device.gyp for
|
| + // These fields are defined in a generated file. See device/usb/usb.gyp for
|
| // more information on how they are generated.
|
| static const size_t vendor_size_;
|
| static const UsbVendor vendors_[];
|
|
|