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

Unified Diff: chrome/browser/resources/hotword_helper/audio_client.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
« no previous file with comments | « chrome/browser/resources/hotword/state_manager.js ('k') | chrome/browser/resources/identity_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword_helper/audio_client.js
diff --git a/chrome/browser/resources/hotword_helper/audio_client.js b/chrome/browser/resources/hotword_helper/audio_client.js
index 927e0f7892c14d01e89a8c753815350ec2d431b2..3b0b46c8a7676851a0d9889df3f3958dabdf35a9 100644
--- a/chrome/browser/resources/hotword_helper/audio_client.js
+++ b/chrome/browser/resources/hotword_helper/audio_client.js
@@ -32,7 +32,7 @@
/**
* Keeps track of the effects of different commands. Used to verify that
* proper UIs are shown to the user.
- * @private {Object.<AudioClient.CommandToPage, Object>}
+ * @private {Object<AudioClient.CommandToPage, Object>}
*/
this.uiStatus_ = null;
« no previous file with comments | « chrome/browser/resources/hotword/state_manager.js ('k') | chrome/browser/resources/identity_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698