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

Unified Diff: chrome/browser/ui/webui/options/settings_format_browsertest.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/ui/webui/options/settings_format_browsertest.js
diff --git a/chrome/browser/ui/webui/options/settings_format_browsertest.js b/chrome/browser/ui/webui/options/settings_format_browsertest.js
index e71769fb580bfd5bd04c9ee437bb37d783572479..f2f2fa63319240840c5a24403fb9900ba281cec7 100644
--- a/chrome/browser/ui/webui/options/settings_format_browsertest.js
+++ b/chrome/browser/ui/webui/options/settings_format_browsertest.js
@@ -46,7 +46,7 @@ SettingsFormatWebUITest.prototype = {
* to suppress verbosity. The implementation of errorsToMessage in the
* testing API generates a call stack for each error produced which greatly
* reduces readability.
- * @type {Array.<string>}
+ * @type {Array<string>}
*/
errors: null,
@@ -99,7 +99,7 @@ SettingsFormatWebUITest.prototype = {
/**
* Checks if the node is exempt from following the formatting rule.
* @param {!Element} element The candidate element.
- * @param {Array.<string>} filters List of exemptions.
+ * @param {Array<string>} filters List of exemptions.
* @return {boolean} True if the element is exempt.
*/
isExempt: function(element, filters) {

Powered by Google App Engine
This is Rietveld 408576698