Index: chrome/browser/resources/options/search_page.js |
diff --git a/chrome/browser/resources/options/search_page.js b/chrome/browser/resources/options/search_page.js |
index 27cd9a53e704da5b3e2c0046fb59ce78c92e8934..971546dd56d746163d813188d50910728ce967f3 100644 |
--- a/chrome/browser/resources/options/search_page.js |
+++ b/chrome/browser/resources/options/search_page.js |
@@ -383,7 +383,7 @@ cr.define('options', function() { |
}, |
/** |
- * @return {!Array.<HTMLElement>} all the associated controls for |subpage|, |
+ * @return {!Array<HTMLElement>} all the associated controls for |subpage|, |
* including |subpage.associatedControls| as well as any controls on parent |
* pages that are indirectly necessary to get to the subpage. |
* @private |