| Index: chrome/browser/resources/print_preview/print_header.js
|
| diff --git a/chrome/browser/resources/print_preview/print_header.js b/chrome/browser/resources/print_preview/print_header.js
|
| index 8314a11fa0e422ac5f00d3f56ecc6f94b9ce0bea..630c5e193b8ff53caa7746685a4adb0e5c1c2ecf 100644
|
| --- a/chrome/browser/resources/print_preview/print_header.js
|
| +++ b/chrome/browser/resources/print_preview/print_header.js
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// <include src="../../../../ui/webui/resources/js/cr/ui/node_utils.js">
|
| +
|
| cr.define('print_preview', function() {
|
| 'use strict';
|
|
|
| @@ -45,7 +47,7 @@ cr.define('print_preview', function() {
|
| * @private
|
| */
|
| this.isPrintButtonEnabled_ = true;
|
| - };
|
| + }
|
|
|
| /**
|
| * Event types dispatched by the print header.
|
|
|