Index: ui/shell_dialogs/selected_file_info.h |
diff --git a/ui/shell_dialogs/selected_file_info.h b/ui/shell_dialogs/selected_file_info.h |
index a2e9134b20ca54ee1c41be5f4243e971589a9bb0..a1789c970384dcc5340a151c45faa283bd80b2fb 100644 |
--- a/ui/shell_dialogs/selected_file_info.h |
+++ b/ui/shell_dialogs/selected_file_info.h |
@@ -20,10 +20,9 @@ struct SHELL_DIALOGS_EXPORT SelectedFileInfo { |
// The actual local path to the selected file. This can be a snapshot file |
// with a human unreadable name like /blah/.d41d8cd98f00b204e9800998ecf8427e. |
- // |real_path| can differ from |file_path| for drive files (e.g. |
+ // |local_path| can differ from |file_path| for drive files (e.g. |
// /drive_cache/temporary/d41d8cd98f00b204e9800998ecf8427e vs. |
// /special/drive/foo.txt). |
- // If not set, defaults to |file_path|. |
base::FilePath local_path; |
// This field is optional. The display name contains only the base name |
@@ -41,4 +40,3 @@ struct SHELL_DIALOGS_EXPORT SelectedFileInfo { |
} // namespace ui |
#endif // UI_SHELL_DIALOGS_SELECTED_FILE_INFO_H_ |
- |