| 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() {
|
|
|