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

Unified Diff: chrome/browser/resources/hotword/state_manager.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/resources/hotword/state_manager.js
diff --git a/chrome/browser/resources/hotword/state_manager.js b/chrome/browser/resources/hotword/state_manager.js
index 31258a5c86952a72679e9abcd1faa2c4500836d1..1b94e70a2712800e1e62a6e257419b6f603b3b52 100644
--- a/chrome/browser/resources/hotword/state_manager.js
+++ b/chrome/browser/resources/hotword/state_manager.js
@@ -72,7 +72,7 @@ cr.define('hotword', function() {
/**
* Currently active hotwording sessions.
- * @private {!Array.<Session_>}
+ * @private {!Array<Session_>}
*/
this.sessions_ = [];
« no previous file with comments | « chrome/browser/resources/hotword/page_audio_manager.js ('k') | chrome/browser/resources/hotword_helper/audio_client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698