Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: ui/file_manager/zip_archiver/cpp/volume.h

Issue 2815063002: Rename variable, class, function, etc from libarchive to minizip. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/module.cc ('k') | ui/file_manager/zip_archiver/cpp/volume.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/module.cc ('k') | ui/file_manager/zip_archiver/cpp/volume.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698