| Index: chrome/browser/resources/print_preview/print_preview_utils.js
|
| diff --git a/chrome/browser/resources/print_preview/print_preview_utils.js b/chrome/browser/resources/print_preview/print_preview_utils.js
|
| index 4c059bb98e1d18c8218015d2f5f9eee15514acfe..56e2813eaf601fa9417bfd1df0e363648e0c445d 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview_utils.js
|
| +++ b/chrome/browser/resources/print_preview/print_preview_utils.js
|
| @@ -216,8 +216,8 @@ function arrayContains(array, item) {
|
| }
|
|
|
| /**
|
| - * @param {!goog.array.ArrayLike<!{locale: string, value: string}>}
|
| - * localizedStrings An array of strings with corresponding locales.
|
| + * @param {!Array<!{locale: string, value: string}>} localizedStrings An array
|
| + * of strings with corresponding locales.
|
| * @param {string} locale Locale to look the string up for.
|
| * @return {string} A string for the requested {@code locale}. An empty string
|
| * if there's no string for the specified locale found.
|
| @@ -232,8 +232,8 @@ function getStringForLocale(localizedStrings, locale) {
|
| }
|
|
|
| /**
|
| - * @param {!goog.array.ArrayLike<!{locale: string, value: string}>}
|
| - * localizedStrings An array of strings with corresponding locales.
|
| + * @param {!Array<!{locale: string, value: string}>} localizedStrings An array
|
| + * of strings with corresponding locales.
|
| * @return {string} A string for the current locale. An empty string if there's
|
| * no string for the current locale found.
|
| */
|
|
|