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

Unified Diff: ui/file_manager/zip_archiver/cpp/volume_reader_javascript_stream.h

Issue 2815063002: Rename variable, class, function, etc from libarchive to 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_reader_javascript_stream.h
diff --git a/ui/file_manager/zip_archiver/cpp/volume_reader_javascript_stream.h b/ui/file_manager/zip_archiver/cpp/volume_reader_javascript_stream.h
index 0b9ff64059823f8a9b90cb43954fd5db7489734e..542c4c3895eb8f34f7a809481f5a894bfd8ebdd8 100644
--- a/ui/file_manager/zip_archiver/cpp/volume_reader_javascript_stream.h
+++ b/ui/file_manager/zip_archiver/cpp/volume_reader_javascript_stream.h
@@ -104,7 +104,7 @@ class VolumeReaderJavaScriptStream : public VolumeReader {
int64_t last_read_chunk_offset_; // The offset reached after last call to
// VolumeReaderJavaScriptStream::Read.
- // Two buffers used to store the actual data used by libarchive and the data
+ // Two buffers used to store the actual data used by minizip and the data
// read ahead.
pp::VarArrayBuffer first_array_buffer_;
pp::VarArrayBuffer second_array_buffer_;
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/volume_reader.h ('k') | ui/file_manager/zip_archiver/cpp/volume_reader_javascript_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698