| Index: device/usb/webusb_descriptors.cc
|
| diff --git a/device/usb/webusb_descriptors.cc b/device/usb/webusb_descriptors.cc
|
| index 1ecdfc2fc95c69cd90c60812404ff8b002d55ebd..43ad170f44da0ae2e052199e7b9221b946c9af6b 100644
|
| --- a/device/usb/webusb_descriptors.cc
|
| +++ b/device/usb/webusb_descriptors.cc
|
| @@ -21,7 +21,7 @@ const uint8_t kDeviceCapabilityDescriptorType = 0x10;
|
| const uint8_t kPlatformDevCapabilityType = 0x05;
|
|
|
| // These constants are defined by the WebUSB specification:
|
| -// http://reillyeon.github.io/webusb/
|
| +// http://wicg.github.io/webusb/
|
| const uint8_t kWebUsbCapabilityUUID[16] = {
|
| // Little-endian encoding of {3408b638-09a9-47a0-8bfd-a0768815b665}.
|
| 0x38, 0xB6, 0x08, 0x34, 0xA9, 0x09, 0xA0, 0x47,
|
|
|