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

Unified Diff: chrome/browser/resources/print_preview/settings/more_settings.js

Issue 2861713004: Print Preview: Fix compile errors in settings/ directory (Closed)
Patch Set: Address comments and fix remaining lint errors Created 3 years, 8 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/settings/more_settings.js
diff --git a/chrome/browser/resources/print_preview/settings/more_settings.js b/chrome/browser/resources/print_preview/settings/more_settings.js
index c8e366286cda79a06882163febcd3d554db3a711..260cc1b3011fe0a172b8cb58169ac6437c2d80a4 100644
--- a/chrome/browser/resources/print_preview/settings/more_settings.js
+++ b/chrome/browser/resources/print_preview/settings/more_settings.js
@@ -37,7 +37,7 @@ cr.define('print_preview', function() {
* @private {!print_preview.PrintSettingsUiMetricsContext}
*/
this.metrics_ = new print_preview.PrintSettingsUiMetricsContext();
- };
+ }
/**
* Which settings are visible to the user.

Powered by Google App Engine
This is Rietveld 408576698