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) { |