Update URLs referencing the draft WebUSB API specification.
The WebUSB repository has moved into the WICG organization. This patch
updates the URLs referencing it to match.
BUG=492204
Review URL: https://codereview.chromium.org/1632063002
Cr-Commit-Position: refs/heads/master@{#371427}
diff --git a/device/usb/webusb_descriptors.cc b/device/usb/webusb_descriptors.cc
index 1ecdfc2..43ad170 100644
--- a/device/usb/webusb_descriptors.cc
+++ b/device/usb/webusb_descriptors.cc
@@ -21,7 +21,7 @@
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,
diff --git a/third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl b/third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl
index e1bdb68..d916a0e 100644
--- a/third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl
+++ b/third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#device-enumeration
+// http://wicg.github.io/webusb/#device-enumeration
[
GarbageCollected,
diff --git a/third_party/WebKit/Source/modules/webusb/USB.idl b/third_party/WebKit/Source/modules/webusb/USB.idl
index 40579775..2c7489c 100644
--- a/third_party/WebKit/Source/modules/webusb/USB.idl
+++ b/third_party/WebKit/Source/modules/webusb/USB.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#device-enumeration
+// http://wicg.github.io/webusb/#device-enumeration
[
GarbageCollected,
diff --git a/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl b/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl
index 692460d..cbf37fa 100644
--- a/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#interfaces
+// http://wicg.github.io/webusb/#interfaces
[
Constructor(USBInterface deviceInterface, octet alternateSetting),
diff --git a/third_party/WebKit/Source/modules/webusb/USBConfiguration.idl b/third_party/WebKit/Source/modules/webusb/USBConfiguration.idl
index 135aab7..3cd0ec97 100644
--- a/third_party/WebKit/Source/modules/webusb/USBConfiguration.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBConfiguration.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#configurations
+// http://wicg.github.io/webusb/#configurations
[
Constructor(USBDevice device, octet configurationValue),
diff --git a/third_party/WebKit/Source/modules/webusb/USBConnectionEvent.idl b/third_party/WebKit/Source/modules/webusb/USBConnectionEvent.idl
index 3080f98..beaba0e 100644
--- a/third_party/WebKit/Source/modules/webusb/USBConnectionEvent.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBConnectionEvent.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#events
+// http://wicg.github.io/webusb/#events
[
Constructor(DOMString type, optional USBConnectionEventInit eventInitDict),
diff --git a/third_party/WebKit/Source/modules/webusb/USBConnectionEventInit.idl b/third_party/WebKit/Source/modules/webusb/USBConnectionEventInit.idl
index 05115ad..797cf73 100644
--- a/third_party/WebKit/Source/modules/webusb/USBConnectionEventInit.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBConnectionEventInit.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#events
+// http://wicg.github.io/webusb/#events
dictionary USBConnectionEventInit : EventInit {
USBDevice device;
diff --git a/third_party/WebKit/Source/modules/webusb/USBDevice.idl b/third_party/WebKit/Source/modules/webusb/USBDevice.idl
index 6e4c1e9..43d3c608e 100644
--- a/third_party/WebKit/Source/modules/webusb/USBDevice.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBDevice.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#idl-def-usbtransferstatus
+// http://wicg.github.io/webusb/#idl-def-usbtransferstatus
enum USBTransferStatus {
"ok",
@@ -10,7 +10,7 @@
"babble"
};
-// http://reillyeon.github.io/webusb/#device-usage
+// http://wicg.github.io/webusb/#device-usage
[
GarbageCollected,
diff --git a/third_party/WebKit/Source/modules/webusb/USBDeviceFilter.idl b/third_party/WebKit/Source/modules/webusb/USBDeviceFilter.idl
index 541fefae..5d593796 100644
--- a/third_party/WebKit/Source/modules/webusb/USBDeviceFilter.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBDeviceFilter.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#device-enumeration
+// http://wicg.github.io/webusb/#device-enumeration
dictionary USBDeviceFilter {
unsigned short vendorId;
diff --git a/third_party/WebKit/Source/modules/webusb/USBDeviceRequestOptions.idl b/third_party/WebKit/Source/modules/webusb/USBDeviceRequestOptions.idl
index e6df164a..eea3c39 100644
--- a/third_party/WebKit/Source/modules/webusb/USBDeviceRequestOptions.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBDeviceRequestOptions.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#device-enumeration
+// http://wicg.github.io/webusb/#device-enumeration
dictionary USBDeviceRequestOptions {
required sequence<USBDeviceFilter> filters;
diff --git a/third_party/WebKit/Source/modules/webusb/USBEndpoint.idl b/third_party/WebKit/Source/modules/webusb/USBEndpoint.idl
index fd2eb48c..9124e6d 100644
--- a/third_party/WebKit/Source/modules/webusb/USBEndpoint.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBEndpoint.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#endpoints
+// http://wicg.github.io/webusb/#endpoints
enum USBDirection {
"in",
diff --git a/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl b/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
index 95f28f6b6..7b097b1 100644
--- a/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#idl-def-usbintransferresult
+// http://wicg.github.io/webusb/#idl-def-usbintransferresult
[
GarbageCollected,
diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.idl b/third_party/WebKit/Source/modules/webusb/USBInterface.idl
index cfe1001..54e3734 100644
--- a/third_party/WebKit/Source/modules/webusb/USBInterface.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBInterface.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#interfaces
+// http://wicg.github.io/webusb/#interfaces
[
Constructor(USBConfiguration configuration, octet interfaceNumber),
diff --git a/third_party/WebKit/Source/modules/webusb/USBOutTransferResult.idl b/third_party/WebKit/Source/modules/webusb/USBOutTransferResult.idl
index cfbe8c34..b43587a 100644
--- a/third_party/WebKit/Source/modules/webusb/USBOutTransferResult.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBOutTransferResult.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://reillyeon.github.io/webusb/#idl-def-usbouttransferresult
+// http://wicg.github.io/webusb/#idl-def-usbouttransferresult
[
GarbageCollected,