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

Unified Diff: ui/file_manager/zip_archiver/cpp/compressor.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/compressor.cc
diff --git a/ui/file_manager/zip_archiver/cpp/compressor.cc b/ui/file_manager/zip_archiver/cpp/compressor.cc
index 17018f6cc09e99788a0a88cafff17c5aa1334c39..4ef93882dae2171a4802e1c14c734bed1bf6128a 100644
--- a/ui/file_manager/zip_archiver/cpp/compressor.cc
+++ b/ui/file_manager/zip_archiver/cpp/compressor.cc
@@ -49,7 +49,7 @@ Compressor::Compressor(const pp::InstanceHandle& instance_handle,
compressor_stream_ =
new CompressorIOJavaScriptStream(requestor_);
compressor_archive_ =
- new CompressorArchiveLibarchive(compressor_stream_);
+ new CompressorArchiveMinizip(compressor_stream_);
}
Compressor::~Compressor() {
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/compressor.h ('k') | ui/file_manager/zip_archiver/cpp/compressor_archive_libarchive.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698