| 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)
|
|
|