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

Unified Diff: remoting/webapp/browser_test/mock_identity.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: remoting/webapp/browser_test/mock_identity.js
diff --git a/remoting/webapp/browser_test/mock_identity.js b/remoting/webapp/browser_test/mock_identity.js
index 19f9a2b8e630cb2b164670849a2bee4d7e7fb64a..669e89f927c79d472136b54d177072a63f0949ec 100644
--- a/remoting/webapp/browser_test/mock_identity.js
+++ b/remoting/webapp/browser_test/mock_identity.js
@@ -69,7 +69,7 @@ remoting.MockIdentity.prototype.setAccessToken = function(accessToken) {
* @param {string} token
* @param {function()} onDone
* @param {function()} onError
- * @param {Array.<*>} values
+ * @param {Array<*>} values
*/
remoting.MockIdentity.validateTokenAndCall =
function(token, onDone, onError, values) {
@@ -87,7 +87,7 @@ remoting.MockIdentity.validateTokenAndCall =
/**
* @param {function()} onDone
* @param {function()} onError
- * @param {Array.<*>} values
+ * @param {Array<*>} values
*/
remoting.MockIdentity.prototype.validateTokenAndCall =
function(onDone, onError, values) {
« no previous file with comments | « remoting/webapp/browser_test/mock_host_list_api.js ('k') | remoting/webapp/crd/js/cast_extension_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698