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

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

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.h
diff --git a/src/platform/update_engine/bzip_extent_writer.h b/src/platform/update_engine/bzip_extent_writer.h
index fdd9671c6bcbcc9f8042fb52ed911a8d1dfe5a27..acffbac39a2059b6c8c32288a37a19de554aa8ed 100644
--- a/src/platform/update_engine/bzip_extent_writer.h
+++ b/src/platform/update_engine/bzip_extent_writer.h
@@ -23,7 +23,7 @@ class BzipExtentWriter : public ExtentWriter {
}
~BzipExtentWriter() {}
- bool Init(int fd, const std::vector<Extent>& extents, uint32 block_size);
+ bool Init(int fd, const std::vector<Extent>& extents, uint32_t block_size);
bool Write(const void* bytes, size_t count);
bool EndImpl();

Powered by Google App Engine
This is Rietveld 408576698