Index: chrome/browser/extensions/api/file_system/file_system_api.cc |
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.cc b/chrome/browser/extensions/api/file_system/file_system_api.cc |
index bc052a4606201bb4975f6d962191214006380aed..d70eea3cd5feda788bd7bec34a7e616e99e31873 100644 |
--- a/chrome/browser/extensions/api/file_system/file_system_api.cc |
+++ b/chrome/browser/extensions/api/file_system/file_system_api.cc |
@@ -107,7 +107,7 @@ bool FileSystemGetDisplayPathFunction::RunImpl() { |
} |
// Handles showing a dialog to the user to ask for the filename for a file to |
-// save. |
+// save or open. |
class FileSystemPickerFunction::FilePicker : public SelectFileDialog::Listener { |
public: |
FilePicker(FileSystemPickerFunction* function, |