Index: ui/file_manager/file_manager/foreground/js/ui/search_box.js |
diff --git a/ui/file_manager/file_manager/foreground/js/ui/search_box.js b/ui/file_manager/file_manager/foreground/js/ui/search_box.js |
index 5f5e2f515699f2acd775ca317b57440157baa142..6eabb09cb37b0d8cd9c8ea23cd9e0c29f3791e57 100644 |
--- a/ui/file_manager/file_manager/foreground/js/ui/search_box.js |
+++ b/ui/file_manager/file_manager/foreground/js/ui/search_box.js |
@@ -121,7 +121,7 @@ SearchBox.AutocompleteListItem_ = function(document, item) { |
var iconType = FileType.getIcon(item.entry); |
icon.setAttribute('file-type-icon', iconType); |
// highlightedBaseName is a piece of HTML with meta characters properly |
- // escaped. See the comment at fileBrowserPrivate.searchDriveMetadata(). |
+ // escaped. See the comment at fileManagerPrivate.searchDriveMetadata(). |
text.innerHTML = item.highlightedBaseName; |
} |
li.appendChild(icon); |