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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js

Issue 575313004: Compiling file_manager, part 2: remove all warnings not caused by Object.freeze()-like enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_file_manager
Patch Set: Created 6 years, 3 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: ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js b/ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js
index 85dc9466671dbcabda69655b05aa6889afadbac4..94b40eb5e4048cdd18bd93e4d8a36639415ed4c9 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js
@@ -8,7 +8,7 @@
* This class is an extended class, to manage the status of the dialogs.
*
* @param {HTMLElement} parentNode Parent node of the dialog.
- * @extends {cr.ui.dialogs.FileManagerDialogBase}
+ * @extends {cr.ui.dialogs.BaseDialog}
* @constructor
*/
var FileManagerDialogBase = function(parentNode) {

Powered by Google App Engine
This is Rietveld 408576698