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

Unified Diff: chrome/browser/resources/cryptotoken/usbenrollhandler.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/usbenrollhandler.js
diff --git a/chrome/browser/resources/cryptotoken/usbenrollhandler.js b/chrome/browser/resources/cryptotoken/usbenrollhandler.js
index 55f5d06586c3dd22e766760a43b45d5199188108..ce906c71096a1f18180205d10ec0c7dda1f9e3f0 100644
--- a/chrome/browser/resources/cryptotoken/usbenrollhandler.js
+++ b/chrome/browser/resources/cryptotoken/usbenrollhandler.js
@@ -16,7 +16,7 @@ function UsbEnrollHandler(request) {
/** @private {!EnrollHelperRequest} */
this.request_ = request;
- /** @private {Array.<Gnubby>} */
+ /** @private {Array<Gnubby>} */
this.waitingForTouchGnubbies_ = [];
/** @private {boolean} */
« no previous file with comments | « chrome/browser/resources/cryptotoken/textfetcher.js ('k') | chrome/browser/resources/cryptotoken/usbgnubbydevice.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698