| Index: chrome/browser/resources/options/language_dictionary_overlay.js
|
| diff --git a/chrome/browser/resources/options/language_dictionary_overlay.js b/chrome/browser/resources/options/language_dictionary_overlay.js
|
| index 57d549e5a6f55199082d9ec37dbe669e38772472..b8ed0590b59b85970a051a44530627997117242a 100644
|
| --- a/chrome/browser/resources/options/language_dictionary_overlay.js
|
| +++ b/chrome/browser/resources/options/language_dictionary_overlay.js
|
| @@ -26,7 +26,7 @@ cr.define('options', function() {
|
|
|
| /**
|
| * A list of words in the dictionary.
|
| - * @type {DictionaryWordsList}
|
| + * @type {options.dictionary_words.DictionaryWordsList}
|
| * @private
|
| */
|
| wordList_: null,
|
|
|