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

Unified Diff: chrome/browser/resources/hotword/launcher_manager.js

Issue 658393003: Fix some straight-forward closure compiler errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/launcher_manager.js
diff --git a/chrome/browser/resources/hotword/launcher_manager.js b/chrome/browser/resources/hotword/launcher_manager.js
index 548700268848ddd88676904c688f9b0257bf8cf0..71a35b4b6ad4082f716e08c6372991f71ccc6d5c 100644
--- a/chrome/browser/resources/hotword/launcher_manager.js
+++ b/chrome/browser/resources/hotword/launcher_manager.js
@@ -11,7 +11,7 @@ cr.define('hotword', function() {
* @param {!hotword.StateManager} stateManager
* @constructor
* @extends {hotword.BaseSessionManager}
- * @struct
+ * @class
*/
function LauncherManager(stateManager) {
hotword.BaseSessionManager.call(this,

Powered by Google App Engine
This is Rietveld 408576698