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

Unified Diff: chrome/browser/resources/sync_internals/data.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/sync_file_system_internals/utils.js ('k') | chrome/browser/resources/uber/uber.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_internals/data.js
diff --git a/chrome/browser/resources/sync_internals/data.js b/chrome/browser/resources/sync_internals/data.js
index 6de42c706a7f7289e04aebc898fdf3dd1b82552b..f3729e745edc352bac4b1c3a0a28fba76e7347b2 100644
--- a/chrome/browser/resources/sync_internals/data.js
+++ b/chrome/browser/resources/sync_internals/data.js
@@ -126,7 +126,7 @@ function makeDateUserAgentHeader() {
/**
* Builds a summary of current state and exports it as a downloaded file.
*
- * @param {!Array.<{type: string, nodes: !Array<!Object>}>} nodesMap
+ * @param {!Array<{type: string, nodes: !Array<!Object>}>} nodesMap
* Summary of local state by model type.
*/
function triggerDataDownload(nodesMap) {
« no previous file with comments | « chrome/browser/resources/sync_file_system_internals/utils.js ('k') | chrome/browser/resources/uber/uber.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698