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

Unified Diff: src/platform/update_engine/extent_mapper.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/extent_mapper.h
diff --git a/src/platform/update_engine/extent_mapper.h b/src/platform/update_engine/extent_mapper.h
index b15cf4aef5894841a3d16e3a1384bf85cc7d359a..88053938726f88bbeb7fe748e7dd0c413f14c5c3 100755
--- a/src/platform/update_engine/extent_mapper.h
+++ b/src/platform/update_engine/extent_mapper.h
@@ -26,7 +26,7 @@ bool ExtentsForFileFibmap(const std::string& path, std::vector<Extent>* out);
// Puts the blocksize of the filesystem, as used by the FIBMAP ioctl, into
// out_blocksize by using the FIGETBSZ ioctl. Returns true on success.
-bool GetFilesystemBlockSize(const std::string& path, uint32* out_blocksize);
+bool GetFilesystemBlockSize(const std::string& path, uint32_t* out_blocksize);
} // namespace extent_mapper

Powered by Google App Engine
This is Rietveld 408576698