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

Unified Diff: chrome/browser/resources/print_preview/common/overlay.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/common/overlay.js
diff --git a/chrome/browser/resources/print_preview/common/overlay.js b/chrome/browser/resources/print_preview/common/overlay.js
index fc2f1b8607d811da9db79248e6f263dbeced8054..9ff7f753ad0552c7f7893207710067b2b7e96f39 100644
--- a/chrome/browser/resources/print_preview/common/overlay.js
+++ b/chrome/browser/resources/print_preview/common/overlay.js
@@ -12,7 +12,7 @@ cr.define('print_preview', function() {
*/
function Overlay() {
print_preview.Component.call(this);
- };
+ }
Overlay.prototype = {
__proto__: print_preview.Component.prototype,

Powered by Google App Engine
This is Rietveld 408576698