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

Unified Diff: chrome/browser/ui/webui/options/startup_page_list_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/startup_page_list_browsertest.js
diff --git a/chrome/browser/ui/webui/options/startup_page_list_browsertest.js b/chrome/browser/ui/webui/options/startup_page_list_browsertest.js
index c0745a53c8e8c16dee0d7450847c7d286289e203..866c441bb579f9e5d9de3dd347cc319fd9ca742a 100644
--- a/chrome/browser/ui/webui/options/startup_page_list_browsertest.js
+++ b/chrome/browser/ui/webui/options/startup_page_list_browsertest.js
@@ -73,7 +73,7 @@ StartupPageListWebUITest.prototype = {
function MockDataTransfer() {
/**
* The data this dataTransfer object knows about.
- * @type {!Object.<string, string>}
+ * @type {!Object<string, string>}
* @private
*/
this.data_ = {};

Powered by Google App Engine
This is Rietveld 408576698