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

Unified Diff: ui/file_manager/zip_archiver/cpp/volume_archive_minizip.cc

Issue 2818673004: Rename filenames that end with libarchive with 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/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>

Powered by Google App Engine
This is Rietveld 408576698