| Index: chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js b/chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js
|
| index 0915e1120218ccf763628557b16e296418f22ab2..a6942dea5b4eafa4f961e06b1a9b843dbd93b2aa 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js
|
| @@ -18,7 +18,7 @@ var MockTts = function() {
|
| MockTts.prototype = {
|
| /**
|
| * A list of predicate, start, and end callbacks for a pending expectation.
|
| - * @type {!Array.<{{predicate: function(string) : boolean,
|
| + * @type {!Array<{{predicate: function(string) : boolean,
|
| * startCallback: function() : void,
|
| * endCallback: function() : void}>}
|
| * @private
|
| @@ -27,7 +27,7 @@ MockTts.prototype = {
|
|
|
| /**
|
| * A list of strings stored whenever there are no expectations.
|
| - * @type {!Array.<string}
|
| + * @type {!Array<string}
|
| * @private
|
| */
|
| idleUtterances_: [],
|
|
|