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

Side by Side Diff: ui/file_manager/zip_archiver/cpp/volume_archive_libarchive.h

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium OS Authors. All rights reserved. 1 // Copyright 2014 The Chromium OS Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef VOLUME_ARCHIVE_LIBARCHIVE_H_ 5 #ifndef VOLUME_ARCHIVE_LIBARCHIVE_H_
6 #define VOLUME_ARCHIVE_LIBARCHIVE_H_ 6 #define VOLUME_ARCHIVE_LIBARCHIVE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "archive.h" 10 #include "archive.h"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 128
129 // The size of valid data starting from decompressed_data_ that is stored 129 // The size of valid data starting from decompressed_data_ that is stored
130 // inside decompressed_data_buffer_. 130 // inside decompressed_data_buffer_.
131 int64_t decompressed_data_size_; 131 int64_t decompressed_data_size_;
132 132
133 // True if VolumeArchiveLibarchive::DecompressData failed. 133 // True if VolumeArchiveLibarchive::DecompressData failed.
134 bool decompressed_error_; 134 bool decompressed_error_;
135 }; 135 };
136 136
137 #endif // VOLUME_ARCHIVE_LIBARCHIVE_H_ 137 #endif // VOLUME_ARCHIVE_LIBARCHIVE_H_
OLDNEW
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/volume_archive.h ('k') | ui/file_manager/zip_archiver/cpp/volume_archive_libarchive.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698