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

Unified Diff: src/platform/update_engine/bzip_extent_writer.cc

Issue 1718001: AU: Class to perform delta updates. (Closed)
Patch Set: fixes for review Created 10 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: src/platform/update_engine/bzip_extent_writer.cc
diff --git a/src/platform/update_engine/bzip_extent_writer.cc b/src/platform/update_engine/bzip_extent_writer.cc
index cdf0ce3ab023b1833c2d1972a8b8437b78edb6dd..e200e2dbe2c52f3a071fd26e31ef6c5bb2ddc290 100644
--- a/src/platform/update_engine/bzip_extent_writer.cc
+++ b/src/platform/update_engine/bzip_extent_writer.cc
@@ -14,7 +14,7 @@ const vector<char>::size_type kOutputBufferLength = 1024 * 1024;
bool BzipExtentWriter::Init(int fd,
const vector<Extent>& extents,
- uint32 block_size) {
+ uint32_t block_size) {
// Init bzip2 stream
int rc = BZ2_bzDecompressInit(&stream_,
0, // verbosity. (0 == silent)

Powered by Google App Engine
This is Rietveld 408576698