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

Unified Diff: ui/file_manager/zip_archiver/cpp/compressor.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/compressor.cc
diff --git a/ui/file_manager/zip_archiver/cpp/compressor.cc b/ui/file_manager/zip_archiver/cpp/compressor.cc
index 4ef93882dae2171a4802e1c14c734bed1bf6128a..3dbd6c246f69945f429867a6dc944233030a5264 100644
--- a/ui/file_manager/zip_archiver/cpp/compressor.cc
+++ b/ui/file_manager/zip_archiver/cpp/compressor.cc
@@ -8,7 +8,7 @@
#include <ctime>
#include <sstream>
-#include "compressor_archive_libarchive.h"
+#include "compressor_archive_minizip.h"
#include "compressor_io_javascript_stream.h"
#include "request.h"
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/BUILD.gn ('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