Index: chrome/browser/resources/print_preview/search/recent_destination_list.js |
diff --git a/chrome/browser/resources/print_preview/search/recent_destination_list.js b/chrome/browser/resources/print_preview/search/recent_destination_list.js |
index 74d8a990becfbac0b3d32f6a30c36a183a5b5864..a5952c07e9704306d1590b9d6a1d7fe9cee70271 100644 |
--- a/chrome/browser/resources/print_preview/search/recent_destination_list.js |
+++ b/chrome/browser/resources/print_preview/search/recent_destination_list.js |
@@ -17,7 +17,7 @@ cr.define('print_preview', function() { |
print_preview.DestinationList.call( |
this, |
eventTarget, |
- localStrings.getString('recentDestinationsTitle')); |
+ loadTimeData.getString('recentDestinationsTitle')); |
}; |
RecentDestinationList.prototype = { |