| Index: ui/file_manager/zip_archiver/cpp/volume.h
|
| diff --git a/ui/file_manager/zip_archiver/cpp/volume.h b/ui/file_manager/zip_archiver/cpp/volume.h
|
| index 4d05ca05d19db2353295ad7c0228eec8b7a17f7b..d0ea147aa6dab1aa48935742f0a277968c3e92c4 100644
|
| --- a/ui/file_manager/zip_archiver/cpp/volume.h
|
| +++ b/ui/file_manager/zip_archiver/cpp/volume.h
|
| @@ -60,7 +60,7 @@ class Volume {
|
| // Initializes the volume.
|
| bool Init();
|
|
|
| - // Reads archive metadata using libarchive.
|
| + // Reads archive metadata using minizip.
|
| void ReadMetadata(const std::string& request_id,
|
| const std::string& encoding,
|
| int64_t archive_size);
|
| @@ -137,7 +137,7 @@ class Volume {
|
| // Clears job.
|
| void ClearJob();
|
|
|
| - // Libarchive wrapper instance per volume, shared across all operations.
|
| + // Minizip wrapper instance per volume, shared across all operations.
|
| VolumeArchive* volume_archive_;
|
|
|
| // The file system id for this volume.
|
|
|