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

Unified Diff: chrome/browser/resources/print_preview/print_preview_focus_manager.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_preview_focus_manager.js
diff --git a/chrome/browser/resources/print_preview/print_preview_focus_manager.js b/chrome/browser/resources/print_preview/print_preview_focus_manager.js
index b5d74efdc21becda696c0e1517ffdbe2b0efe5ad..921b53ad585d93c8b6fea8f18f02a90ffa75d654 100644
--- a/chrome/browser/resources/print_preview/print_preview_focus_manager.js
+++ b/chrome/browser/resources/print_preview/print_preview_focus_manager.js
@@ -12,7 +12,7 @@ cr.define('print_preview', function() {
* @extends {cr.ui.FocusManager}
*/
function PrintPreviewFocusManager() {
- };
+ }
cr.addSingletonGetter(PrintPreviewFocusManager);

Powered by Google App Engine
This is Rietveld 408576698