| Index: chrome/browser/resources/print_preview/common/search_box.js
|
| diff --git a/chrome/browser/resources/print_preview/common/search_box.js b/chrome/browser/resources/print_preview/common/search_box.js
|
| index 836bddb268aed844d9cbd3de442fdd50e743ad5a..c94fd09f9b0793ec8d2bf9f8eb0a6c578add429a 100644
|
| --- a/chrome/browser/resources/print_preview/common/search_box.js
|
| +++ b/chrome/browser/resources/print_preview/common/search_box.js
|
| @@ -31,7 +31,7 @@ cr.define('print_preview', function() {
|
| * @private {HTMLInputElement}
|
| */
|
| this.input_ = null;
|
| - };
|
| + }
|
|
|
| /**
|
| * Enumeration of event types dispatched from the search box.
|
|
|