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

Unified Diff: chrome/browser/resources/cryptotoken/generichelper.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
« no previous file with comments | « chrome/browser/resources/cryptotoken/enroller.js ('k') | chrome/browser/resources/cryptotoken/gnubbies.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/cryptotoken/generichelper.js
diff --git a/chrome/browser/resources/cryptotoken/generichelper.js b/chrome/browser/resources/cryptotoken/generichelper.js
index cbd35a23b8a4fa9b916564cb32d822a49affd789..29446105f2f87c7807a80a7e8c07e72b2e1866fd 100644
--- a/chrome/browser/resources/cryptotoken/generichelper.js
+++ b/chrome/browser/resources/cryptotoken/generichelper.js
@@ -20,7 +20,7 @@ var RequestHandlerFactory;
* @implements {RequestHelper}
*/
function GenericRequestHelper() {
- /** @private {Object.<string, RequestHandlerFactory>} */
+ /** @private {Object<string, RequestHandlerFactory>} */
this.handlerFactories_ = {};
}
« no previous file with comments | « chrome/browser/resources/cryptotoken/enroller.js ('k') | chrome/browser/resources/cryptotoken/gnubbies.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698