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

Unified Diff: chrome/browser/resources/print_preview/print_header.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_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.

Powered by Google App Engine
This is Rietveld 408576698