| Index: ui/file_manager/zip_archiver/cpp/module.cc
|
| diff --git a/ui/file_manager/zip_archiver/cpp/module.cc b/ui/file_manager/zip_archiver/cpp/module.cc
|
| index 1dfd6a448e796091fc13040bc1de6d82ce73f53c..4ea7d1554ef0e270714576345e718a9e9322c6f6 100644
|
| --- a/ui/file_manager/zip_archiver/cpp/module.cc
|
| +++ b/ui/file_manager/zip_archiver/cpp/module.cc
|
| @@ -405,7 +405,7 @@ class NaclArchiveInstance : public pp::Instance {
|
| iterator->second->ReadFile(request_id, var_dict);
|
| }
|
|
|
| - // Requests libarchive to create an archive object for the given compressor_id.
|
| + // Requests minizip to create an archive object for the given compressor_id.
|
| void CreateArchive(int compressor_id) {
|
| Compressor* compressor =
|
| new Compressor(instance_handle_, compressor_id, &message_sender_);
|
|
|