| Index: ui/file_manager/zip_archiver/cpp/volume_archive_minizip.cc
|
| diff --git a/ui/file_manager/zip_archiver/cpp/volume_archive_libarchive.cc b/ui/file_manager/zip_archiver/cpp/volume_archive_minizip.cc
|
| similarity index 99%
|
| rename from ui/file_manager/zip_archiver/cpp/volume_archive_libarchive.cc
|
| rename to ui/file_manager/zip_archiver/cpp/volume_archive_minizip.cc
|
| index 4ff6e34bd92d9d0998e4d3faace56654ba6efd45..41790dd3020191c82b9c4827d527bb98139f46ca 100644
|
| --- a/ui/file_manager/zip_archiver/cpp/volume_archive_libarchive.cc
|
| +++ b/ui/file_manager/zip_archiver/cpp/volume_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 "volume_archive_libarchive.h"
|
| +#include "volume_archive_minizip.h"
|
|
|
| #include <algorithm>
|
| #include <cerrno>
|
|
|