Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs |
index 5f0457578327c39220f41339c52a54a3bd93a93f..6577fdc107dfaa068d817ddd49328954f7f97f7e 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs |
@@ -38,7 +38,7 @@ CursorsTest.prototype = { |
/** |
* Performs a series of operations on a cursor and asserts the result. |
* @param {cursors.Cursor} cursor The starting cursor. |
- * @param {!Array.<Array.< |
+ * @param {!Array<Array< |
* cursors.Unit| |
* cursors.Movement| |
* automationUtil.Dir| |
@@ -58,7 +58,7 @@ CursorsTest.prototype = { |
/** |
* Performs a series of operations on a range and asserts the result. |
* @param {cursors.Range} range The starting range. |
- * @param {!Array.<Array.< |
+ * @param {!Array<Array< |
* cursors.Unit| |
* cursors.Movement| |
* automationUtil.Dir| |