Index: ui/file_manager/file_manager/foreground/js/ui/location_line.js |
diff --git a/ui/file_manager/file_manager/foreground/js/ui/location_line.js b/ui/file_manager/file_manager/foreground/js/ui/location_line.js |
index 9d50a364bd45654ed58f667cb37957491068a7ea..3aeb0bb88d7a6c61b0614a28b08f17df0e37cba4 100644 |
--- a/ui/file_manager/file_manager/foreground/js/ui/location_line.js |
+++ b/ui/file_manager/file_manager/foreground/js/ui/location_line.js |
@@ -8,8 +8,8 @@ |
* TODO(hirono): Remove metadataCache and volumeManager dependencies from the UI |
* class. |
* @extends {cr.EventTarget} |
- * @param {HTMLElement} breadcrumbs Container element for breadcrumbs. |
- * @param {HTMLElement} volumeIcon Volume icon. |
+ * @param {!Element} breadcrumbs Container element for breadcrumbs. |
+ * @param {!Element} volumeIcon Volume icon. |
* @param {MetadataCache} metadataCache To retrieve metadata. |
* @param {VolumeManagerWrapper} volumeManager Volume manager. |
* @constructor |