| 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 f932082564a729b60f5849671257c83361441c27..47aff4e4424443cd81827163069e5efc0522c06e 100644
|
| --- a/chrome/browser/resources/print_preview/search/recent_destination_list.js
|
| +++ b/chrome/browser/resources/print_preview/search/recent_destination_list.js
|
| @@ -20,7 +20,7 @@ cr.define('print_preview', function() {
|
| loadTimeData.getString('recentDestinationsTitle'),
|
| null /*actionLinkLabel*/,
|
| true /*opt_showAll*/);
|
| - };
|
| + }
|
|
|
| RecentDestinationList.prototype = {
|
| __proto__: print_preview.DestinationList.prototype,
|
|
|