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

Unified Diff: ui/file_manager/zip_archiver/cpp/compressor.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 | « no previous file | ui/file_manager/zip_archiver/cpp/compressor.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/compressor.h
diff --git a/ui/file_manager/zip_archiver/cpp/compressor.h b/ui/file_manager/zip_archiver/cpp/compressor.h
index 9a7a0df112dbfdab4817192cd100e10d5a6774eb..22a86ac276a8d1a4d8e33e8897b00fc6f97f0de6 100644
--- a/ui/file_manager/zip_archiver/cpp/compressor.h
+++ b/ui/file_manager/zip_archiver/cpp/compressor.h
@@ -44,7 +44,7 @@ class Compressor {
// Receives a write chunk response from JavaScript.
void WriteChunkDone(const pp::VarDictionary& dictionary);
- // Releases all resources obtained by libarchive.
+ // Releases all resources obtained by minizip.
void CloseArchive(const pp::VarDictionary& dictionary);
// A getter function for the message sender.
@@ -82,7 +82,7 @@ class Compressor {
// A requestor for making calls to JavaScript.
JavaScriptCompressorRequestorInterface* requestor_;
- // Libarchive wrapper instance per compressor, shared across all operations.
+ // Minizip wrapper instance per compressor, shared across all operations.
CompressorArchive* compressor_archive_;
// An instance that takes care of all IO operations.
« no previous file with comments | « no previous file | ui/file_manager/zip_archiver/cpp/compressor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698