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

Unified Diff: chrome/browser/resources/print_preview/print_preview_utils.js

Issue 2863183004: Print Preview: Fix top level directory compile errors (Closed)
Patch Set: Address comments Created 3 years, 7 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/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.
*/
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview_focus_manager.js ('k') | chrome/test/data/webui/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698