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

Unified Diff: ui/file_manager/zip_archiver/cpp/compressor_io_javascript_stream.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
Index: ui/file_manager/zip_archiver/cpp/compressor_io_javascript_stream.h
diff --git a/ui/file_manager/zip_archiver/cpp/compressor_io_javascript_stream.h b/ui/file_manager/zip_archiver/cpp/compressor_io_javascript_stream.h
index d33172ef2269afda5e757e34c67f5c09257dbcab..b53b212d669678b8453f64a72995025715867b15 100644
--- a/ui/file_manager/zip_archiver/cpp/compressor_io_javascript_stream.h
+++ b/ui/file_manager/zip_archiver/cpp/compressor_io_javascript_stream.h
@@ -17,7 +17,7 @@
#include "compressor_stream.h"
#include "javascript_compressor_requestor_interface.h"
-// A namespace with constants used by CompressorArchiveLibarchive.
+// A namespace with constants used by CompressorArchiveMinizip.
namespace compressor_stream_constants {
// We need at least 256KB for MiniZip.
const int64_t kMaximumDataChunkSize = 512 * 1024;
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/compressor_archive_libarchive.cc ('k') | ui/file_manager/zip_archiver/cpp/module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698