Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs |
index c2e47233c23a4875e6b11352738ed5d0aab5c37d..f807f25b5e6fa27ca87bebf8dd0e6762cc7720af 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs |
@@ -40,8 +40,8 @@ CvoxNavigationManagerUnitTest.prototype = { |
/** |
* Check a sequence of navigations. |
* |
- * @param {Array.<string>} strategies A list of nav strategies to try. |
- * @param {Array.<Object>} commandsAndExpectations An array of objects, |
+ * @param {Array<string>} strategies A list of nav strategies to try. |
+ * @param {Array<Object>} commandsAndExpectations An array of objects, |
* each one of which should contain: |
* 'command': The UserCommands command to execute. |
* 'text': The expected text of the node that's navigated to. |