| Index: ui/file_manager/zip_archiver/cpp/compressor_archive_minizip.cc
|
| diff --git a/ui/file_manager/zip_archiver/cpp/compressor_archive_libarchive.cc b/ui/file_manager/zip_archiver/cpp/compressor_archive_minizip.cc
|
| similarity index 99%
|
| rename from ui/file_manager/zip_archiver/cpp/compressor_archive_libarchive.cc
|
| rename to ui/file_manager/zip_archiver/cpp/compressor_archive_minizip.cc
|
| index 3617f6630c1a0c71b44ae54505777a602d661662..c02ec91d80d620a88a4b87ad9f813fcb1997a576 100644
|
| --- a/ui/file_manager/zip_archiver/cpp/compressor_archive_libarchive.cc
|
| +++ b/ui/file_manager/zip_archiver/cpp/compressor_archive_minizip.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "compressor_archive_libarchive.h"
|
| +#include "compressor_archive_minizip.h"
|
|
|
| #include <cerrno>
|
| #include <cstring>
|
|
|