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

Unified Diff: chrome/browser/resources/sync_file_system_internals/utils.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/sync_file_system_internals/utils.js
diff --git a/chrome/browser/resources/sync_file_system_internals/utils.js b/chrome/browser/resources/sync_file_system_internals/utils.js
index 5e7a35160c34b2aa55860f60ca7e5865139ceba9..2cec4fcbe28cdefe3543a2b9ecbf42cbfcd455bf 100644
--- a/chrome/browser/resources/sync_file_system_internals/utils.js
+++ b/chrome/browser/resources/sync_file_system_internals/utils.js
@@ -22,7 +22,7 @@ function createElementFromText(elementName, text, opt_attributes) {
/**
* Creates an element with |tagName| containing the content |dict|.
* @param {string} elementName Name of the new element to be created.
- * @param {Object.<string, string>} dict Dictionary to be contained in the new
+ * @param {Object<string, string>} dict Dictionary to be contained in the new
* element.
* @return {HTMLElement} The newly created HTML element.
*/

Powered by Google App Engine
This is Rietveld 408576698