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

Unified Diff: ui/file_manager/zip_archiver/cpp/module.cc

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
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_);
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/compressor_io_javascript_stream.h ('k') | ui/file_manager/zip_archiver/cpp/volume.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698