Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3107)

Unified Diff: chrome/browser/resources/cryptotoken/usbgnubbydevice.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/cryptotoken/usbgnubbydevice.js
diff --git a/chrome/browser/resources/cryptotoken/usbgnubbydevice.js b/chrome/browser/resources/cryptotoken/usbgnubbydevice.js
index 91c0dd19d7fa8278122c58561b68ae09f20cf39e..82ca2f464780dbf767501984d717fe913256e891 100644
--- a/chrome/browser/resources/cryptotoken/usbgnubbydevice.js
+++ b/chrome/browser/resources/cryptotoken/usbgnubbydevice.js
@@ -436,7 +436,7 @@ var InterfaceEndpoint;
* interfaceSubclass: number,
* interfaceProtocol: number,
* description: (string|undefined),
- * endpoints: !Array.<!InterfaceEndpoint>
+ * endpoints: !Array<!InterfaceEndpoint>
* }}
* @see http://developer.chrome.com/apps/usb.html#method-listInterfaces
*/
« no previous file with comments | « chrome/browser/resources/cryptotoken/usbenrollhandler.js ('k') | chrome/browser/resources/cryptotoken/usbgnubbyfactory.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698